Skip to content

Instantly share code, notes, and snippets.

@clifff
Created April 8, 2012 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifff/2340225 to your computer and use it in GitHub Desktop.
Save clifff/2340225 to your computer and use it in GitHub Desktop.
5.times do | j |
Story.create(:user => users[:author], :community => com,
:title => "This is test story ##{j}",
:body => test_body(j), :draft => false, :front_page => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment