Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created September 18, 2012 14:15
Show Gist options
  • Select an option

  • Save shepmaster/3743376 to your computer and use it in GitHub Desktop.

Select an option

Save shepmaster/3743376 to your computer and use it in GitHub Desktop.
describe "lots of tests" do
100_000.times do |i|
it "tests #{i}" do
i.should eql(i)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment