Changed the order of gems in the readme

This commit is contained in:
Luke Ledet 2011-03-18 14:53:47 -05:00
parent dc769d3524
commit 33f18e32ce
1 changed files with 1 additions and 1 deletions

View File

@ -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.