Sha256: 71d69fb105853b6172b8130962641c1996f479efdadff10525ae325b1395d002

Contents?: true

Size: 700 Bytes

Versions: 5

Compression:

Stored size: 700 Bytes

Contents

## Set up the dev environment

    git clone https://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 environment

The Gemfile includes the gems you'll need to be able to run specs. If you want
to customize your dev environment 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

Version Path
opal-rspec-1.1.0.alpha3 rspec-expectations/upstream/DEV-README.md
opal-rspec-1.1.0.alpha2 rspec-expectations/upstream/DEV-README.md
opal-rspec-1.1.0.alpha1 rspec-expectations/upstream/DEV-README.md
opal-rspec-1.0.0 rspec-expectations/upstream/DEV-README.md
opal-rspec-1.0.0.alpha1 rspec-expectations/upstream/DEV-README.md