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.
@@ -25,15 +25,15 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
25
25
## Installation
26
26
27
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.
28
+
See the [`4-1-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/4-0-maintenance) if you want or require the latest stable release.
29
29
30
30
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
0 commit comments