1 2 3 4 5 6 7 8 9
require "./spec_helper" describe Guff do # TODO: Write tests it "works" do false.should eq(true) end end