diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a32a4703..033338d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ You should be able to run the tests now: bundle exec rake ``` -VCR uses [RSpec 2](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`. +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.