Merge pull request #3600 from pathawks/rspec-docs

RR replaced with RSpec Mocks
This commit is contained in:
Jordon Bedwell 2015-03-20 10:07:49 -05:00
commit 99a9e0a74d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ following in mind:
* If you're creating a small fix or patch to an existing feature, just a simple
test will do. Please stay in the confines of the current test suite and use
[Shoulda](https://github.com/thoughtbot/shoulda/tree/master) and
[RR](https://github.com/btakita/rr/tree/master).
[RSpec Mocks](https://github.com/rspec/rspec-mocks/).
* If it's a brand new feature, make sure to create a new
[Cucumber](https://github.com/cucumber/cucumber/) feature and reuse steps
where appropriate. Also, whipping up some documentation in your fork's `site`