Skip to content

Instantly share code, notes, and snippets.

@DCarper
Created February 25, 2011 19:31
Show Gist options
  • Select an option

  • Save DCarper/844351 to your computer and use it in GitHub Desktop.

Select an option

Save DCarper/844351 to your computer and use it in GitHub Desktop.
Scenario: I should see a max of 5 comments
Given there are 6 comments
Given /^there are (\d+) comments$/ do |nx|
nx.class # => String
nx.to_i.times { Factory(:comment) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment