Skip to content

Commit

Permalink
Updating 'only' to 'group', as 'only' has been deprecated from Bundle…
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto committed Jan 27, 2011
1 parent cc184ac commit a6e7d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All matchers are Rails 3-specific.

Add rspec-rails and shoulda-matchers to the project's Gemfile:

only :test do
group :test do
gem 'rspec-rails'
gem 'shoulda-matchers'
end
Expand All @@ -48,7 +48,7 @@ seen in the RSpec example. They come from the shoulda-matchers gem.

Add shoulda to the project's Gemfile:

only :test do
group :test do
gem 'shoulda'
end

Expand Down Expand Up @@ -76,7 +76,7 @@ you can use shoulda-context independently to write tests like:

Add shoulda-context to the project's Gemfile:

only :test do
group :test do
gem 'shoulda-context'
end

Expand Down

0 comments on commit a6e7d11

Please sign in to comment.