Skip to content

Commit

Permalink
should we test all the fucking time?
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolfo Builes committed Feb 20, 2011
1 parent 57522d0 commit 65c3510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

describe Placefinder::Base do
it "should assert true" do
true.should be(true)
tatft = "should we test all the fucking time?"
def tatft.should_we?
false
end
tatft.should_we?.should be(false)
end
end

0 comments on commit 65c3510

Please sign in to comment.