From 7630f5408cc765bdb94e0ba77bbf6762af101348 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Fri, 20 Mar 2015 07:50:44 -0700 Subject: [PATCH] RR replaced with RSpec Mocks --- site/_docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index b91c9d73..bdb912cb 100644 --- a/site/_docs/contributing.md +++ b/site/_docs/contributing.md @@ -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`