Issue #15464 has been updated by Moses Mendoza. Status changed from Merged - Pending Release to Code Insufficient
reverted in <https://github.com/puppetlabs/puppet/commit/9201abd04982c89300de72addd18587bd7663185> ---------------------------------------- Refactor #15464: A Gemfile would improve contributor on-boarding https://projects.puppetlabs.com/issues/15464#change-68249 Author: R Tyler Croy Status: Code Insufficient 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.
