Skip to content

Instantly share code, notes, and snippets.

@jakeboxer
Created November 7, 2012 01:01
Show Gist options
  • Select an option

  • Save jakeboxer/4028859 to your computer and use it in GitHub Desktop.

Select an option

Save jakeboxer/4028859 to your computer and use it in GitHub Desktop.
r = Repository.nwo('defunkt/dotjs')
u = User.find_by_login('defunkt')
30.times do
i = r.issues.build
i.user = u
i.title = 'Placeholder issue'
i.body = 'This is the body for the placeholder issue'
i.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment