Sha256: 83d0951685a17c2eb119ccfd83f09d44c5864f27cb6edd68ef7f48765caf3093
Contents?: true
Size: 331 Bytes
Versions: 8
Compression:
Stored size: 331 Bytes
Contents
module BourbonSupport def set_up_bourbon_directory write_file("Gemfile", "gem 'bourbon', :path => '../../..'") run_simple("bundle install") end def install_bourbon run_simple("bundle exec bourbon install") end def update_bourbon run_simple("bundle exec bourbon update") end end World(BourbonSupport)
Version data entries
8 entries across 8 versions & 1 rubygems