Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

pivotal-sprout/sprout-ruby

Repository files navigation

sprout-ruby cookbook

Build Status

Cookbook for managing ruby related workstation config

Usage

Prerequisites

Quickstart

bundle
bundle exec soloist

Cookbook Usage

Recipes

  1. sprout-ruby
  2. sprout-ruby::gemrc

Contributing

Before committing

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

Unit specs use ServerSpec

bundle
bundle exec rake spec:unit

Integration specs

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

About

Cookbook for managing ruby related workstation config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages