You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`rspec-rails` brings the [RSpec][] testing framework to [Ruby on Rails][]
4
4
as a drop-in alternative to its default testing framework, Minitest.
@@ -24,16 +24,16 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
24
24
25
25
## Installation
26
26
27
-
**IMPORTANT** This README / branch refers to the current development build.
28
-
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.
27
+
**IMPORTANT** This README / branch refers to the `4.1.x` series of releases.
28
+
See the [`main` branch on Github](https://github.com/rspec/rspec-rails/tree/main) for more up to date releases.
29
29
30
30
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
0 commit comments