From 33f18e32ceb1c7bf5407e9eba93c24079e92df1c Mon Sep 17 00:00:00 2001 From: Luke Ledet Date: Fri, 18 Mar 2011 14:53:47 -0500 Subject: [PATCH] Changed the order of gems in the readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index dc1d4f1e8..bffaafbf4 100644 --- a/README.rdoc +++ b/README.rdoc @@ -53,8 +53,8 @@ Matchers to test common patterns: In Rails 3 and Bundler, add the following to your Gemfile: group :test do - gem "shoulda-matchers" gem "rspec-rails" + gem "shoulda-matchers" end Shoulda will automatically include matchers into the appropriate example groups.