Sha256: 41a86a15277b18ed4bf8b57e02c264b9b90c397f0789486749705684577835f6

Contents?: true

Size: 682 Bytes

Versions: 7

Compression:

Stored size: 682 Bytes

Contents

## Set up the dev environment

    git clone git://github.com/rspec/rspec-mocks.git
    cd rspec-mocks
    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

Version Path
opal-rspec-0.8.0 rspec-mocks/upstream/DEV-README.md
opal-rspec-0.8.0.alpha3 rspec-mocks/upstream/DEV-README.md
opal-rspec-0.8.0.alpha2 rspec-mocks/upstream/DEV-README.md
opal-rspec-0.8.0.alpha1 rspec-mocks/upstream/DEV-README.md
opal-rspec-0.7.1 rspec-mocks/upstream/DEV-README.md
opal-rspec-0.7.0 rspec-mocks/upstream/DEV-README.md
opal-rspec-0.7.0.rc.2 rspec-mocks/upstream/DEV-README.md