Skip to content

Commit

Permalink
Adjusts in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Jul 11, 2011
1 parent 20f3780 commit 62ad935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -36,18 +36,18 @@ This installs the following gems:
Add `rspec-rails` to the `:test` and `:development` groups in the Gemfile:

group :test, :development do
gem "rspec-rails", "~> 2.4"
gem "rspec-rails", "~> 2.6"
end

It needs to be in the `:development` group to expose generators and rake
tasks without having to type `RAILS_ENV=test`.

Now you can run:
Now you can run:

script/rails generate rspec:install
rails g rspec:install

This adds the spec directory and some skeleton files, including
the "rake spec" task.
the "rake spec" task.

### Generators

Expand Down

0 comments on commit 62ad935

Please sign in to comment.