Sha256: 3fafc88d79f3f382638009376aad57f9f9df05ee30e5ba0c0d5f6c57b7005788
Contents?: true
Size: 875 Bytes
Versions: 54
Compression:
Stored size: 875 Bytes
Contents
## Contributing Install [bundler](http://gembundler.com/) and use it to install all the development dependencies: ```console gem install bundler bundle install ``` You should be able to run the tests now: ```console bundle exec rake ``` VCR uses [RSpec](http://github.com/rspec/rspec) for unit tests. The specs are written in a very "focused" style, where each spec is concerned only with exercising the object under test, using mocks as necessary. You can run the specs using `rake spec`. [Cucumber](http://cukes.info/) is used for end-to-end full stack integration tests that also function as VCR's documentation. ## Problems running bundle install? If you get an error while running `bundle install`, it may be one of the "extras" gems which are not required for development. Try installing it without these gems. ```console bundle install --without extras ```
Version data entries
54 entries across 54 versions & 6 rubygems