Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created November 15, 2012 19:33
Show Gist options
  • Select an option

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

Select an option

Save shepmaster/4080699 to your computer and use it in GitHub Desktop.
describe "a thing" do
10.times do |i|
it "#{i} is #{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