Issue #15464 has been updated by Kelsey Hightower. Status changed from Unreviewed to Accepted Branch set to https://github.com/puppetlabs/puppet/pull/920
---------------------------------------- Refactor #15464: A Gemfile would improve contributor on-boarding https://projects.puppetlabs.com/issues/15464#change-67077 Author: R Tyler Croy Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/920 IMO a quick and easy way to go from zero to running tests/etc is very important. My ideal workflow for Ruby projects is: * `git clone git://github.com/<user>/<repo>.git` * `cd repo` * `bundle install` * `rspec -c` This doesn't define dependencies for the gem itself once it's built, but allows contributors to easily start up. Pull request coming soon. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
