Cookbook for managing ruby related workstation config
bundle
bundle exec soloist
sprout-ruby
sprout-ruby::gemrc
bundle
bundle exec rake
The default rake task includes rubocop, foodcritic, unit specs
bundle
bundle exec rake rubocop
bundle
bundle exec rake foodcritic
Unit specs use ServerSpec
bundle
bundle exec rake spec:unit
Integrations specs will run the default recipe on the host system (destructive) and make assertions on the system after install.
Note: It has a precondition this cookbook has not not already been converged on this computer (prefer using a clean VM)
bundle
bundle exec rake spec:integration