Skip to content

Commit

Permalink
we use rspec 3 now
Browse files Browse the repository at this point in the history
I don't think we need to specify which version in this file.
:sweat_smile:
  • Loading branch information
mcfiredrill committed Jan 2, 2016
1 parent 5e91846 commit 37e76d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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.

Expand Down

0 comments on commit 37e76d2

Please sign in to comment.