Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,13 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.

## Installation

**IMPORTANT** This README / branch refers to the current development build.
See the `4-0-maintenance` branch on Github if you want or require the latest stable release.

1. Add `rspec-rails` to **both** the `:development` and `:test` groups
of your app’s `Gemfile`:

```ruby
# Run against the latest stable release
group :development, :test do
gem 'rspec-rails', '~> 4.0.1'
gem 'rspec-rails', '~> 4.1.0'
end

# Or, run against the main branch
Expand Down