Issue #15464 has been updated by Jeff McCune. Category set to testing Status changed from Code Insufficient to Accepted Assignee set to Jeff McCune Target version set to 2.7.x Keywords set to gemfile bundler rspec usability
# Working I'm working on this again. I'd like to get it into 2.7.x as well. ---------------------------------------- Refactor #15464: A Gemfile would improve contributor on-boarding https://projects.puppetlabs.com/issues/15464#change-69239 Author: R Tyler Croy Status: Accepted 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/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.
