Skip to content

Instantly share code, notes, and snippets.

@Capncavedan
Created July 20, 2012 14:08
Show Gist options
  • Save Capncavedan/3150925 to your computer and use it in GitHub Desktop.
Save Capncavedan/3150925 to your computer and use it in GitHub Desktop.
A fast spec
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