Skip to content

Commit

Permalink
Update readme for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 6, 2021
1 parent 3447608 commit 18ab7d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rspec-rails [![Build Status][]][travis-ci] [![Code Climate][]][code-climate] [![Gem Version][]][gem-version]
# rspec-rails [![Code Climate][]][code-climate] [![Gem Version][]][gem-version]

`rspec-rails` brings the [RSpec][] testing framework to [Ruby on Rails][]
as a drop-in alternative to its default testing framework, Minitest.
Expand All @@ -24,16 +24,16 @@ 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](https://github.com/rspec/rspec-rails/tree/4-0-maintenance) if you want or require the latest stable release.
**IMPORTANT** This README / branch refers to the `4.1.x` series of releases.
See the [`main` branch on Github](https://github.com/rspec/rspec-rails/tree/main) for more up to date releases.

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.2'
gem 'rspec-rails', '~> 4.1.0'
end

# Or, run against the main branch
Expand Down

0 comments on commit 18ab7d3

Please sign in to comment.