Created
July 20, 2012 14:08
-
-
Save Capncavedan/3150925 to your computer and use it in GitHub Desktop.
A fast spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe "truth" do | |
100000.times do | |
it "should not be false" do | |
true.should_not be_false | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment