Skip to content

Commit

Permalink
Clarified in the README that the RSpec instructions are only for RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Mar 4, 2009
1 parent f995967 commit 18eafea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Expand Up @@ -140,9 +140,9 @@ Use this if you prefer the idea of being able to easily switch between using edg

= Rails Installation (RSpec)

We recommend that you add config.gem lines for RSpec and Shoulda in your
config/environment/test.rb file, but do not ask Rails to load the RSpec and
Shoulda libraries:
If you're using Shoulda with RSpec, we recommend that you add config.gem lines
for RSpec and Shoulda in your config/environment/test.rb file, but do not ask
Rails to load the RSpec and Shoulda libraries:

config.gem 'rspec', :lib => false
config.gem 'rspec-rails', :lib => false
Expand Down

0 comments on commit 18eafea

Please sign in to comment.