Issue #15464 has been updated by Andrew Parker. Status changed from Merged - Pending Release to Closed Target version deleted (2.7.x)
---------------------------------------- Refactor #15464: A Gemfile would improve contributor on-boarding https://projects.puppetlabs.com/issues/15464#change-73323 Author: R Tyler Croy Status: Closed Priority: Normal Assignee: Jeff McCune Category: testing Target version: 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.
