Sha256: e3f5e5c922f6d4486744b5af41c0b24277eafd28c9cfc42fadf5526b39de61b1
Contents?: true
Size: 696 Bytes
Versions: 7
Compression:
Stored size: 696 Bytes
Contents
## Set up the dev environment git clone git://github.com/rspec/rspec-expectations.git cd rspec-expectations 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 enviroment 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
7 entries across 7 versions & 1 rubygems