Sha256: 54a287f06cf841d21677c937cb1f9eea39853b57c18dd8200881a0cac7cf54ca
Contents?: true
Size: 683 Bytes
Versions: 5
Compression:
Stored size: 683 Bytes
Contents
## Set up the dev environment git clone https://github.com/rspec/rspec-core.git cd rspec-core gem install bundler bundle install Now you should be able to run any of: rake rake spec rake cucumber Or, if you prefer to use the rspec and cucumber commands directly, you can either: bundle exec rspec Or ... bundle install --binstubs bin/rspec ## Customize the dev environment The Gemfile includes the gems you'll need to be able to run specs. If you want to customize your dev enviroment with additional tools like guard or ruby-debug, add any additional gem declarations to Gemfile-custom (see Gemfile-custom.sample for some examples).
Version data entries
5 entries across 5 versions & 1 rubygems