From 37e76d21640ca755f7b830a28d690e0ba6222e44 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Tue, 22 Dec 2015 18:13:57 +0900 Subject: [PATCH] we use rspec 3 now I don't think we need to specify which version in this file. :sweat_smile: --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.