require "./spec_helper" describe Test::Db do # TODO: Write tests it "works" do false.should eq(true) end end