Issue #15464 has been updated by Matthaus Litteken. Status changed from Accepted to Merged - Pending Release
Merged at 8919d74, Reverted at 76ef99b, Revert reverted at 54ea4fe. ---------------------------------------- Refactor #15464: A Gemfile would improve contributor on-boarding https://projects.puppetlabs.com/issues/15464#change-70010 Author: R Tyler Croy Status: Merged - Pending Release Priority: Normal Assignee: Jeff McCune Category: testing Target version: 2.7.x Affected Puppet version: Keywords: gemfile bundler rspec usability Branch: https://github.com/puppetlabs/puppet/pull/1050 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.
