File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Rails
6
6
7
- rspec-rails 3 supports Rails 3.x and 4.x. For earlier versions of Rails, you
8
- need [ rspec-rails 1] ( https://github.com/dchelimsky/rspec-rails ) . For Rails 5.x,
9
- make sure you are using rspec-rails 3.5.0 or newer.
7
+ rspec-rails 4 supports Rails 5.x and 6.x. For earlier versions of Rails, you
8
+ need [ rspec-rails 3] ( https://github.com/rspec/rspec-rails/tree/3-9-maintenance ) .
10
9
11
10
## Install
12
11
@@ -25,7 +24,7 @@ This installs the following gems:
25
24
Add rspec-rails to the : test and : development groups in the Gemfile:
26
25
27
26
group :test, :development do
28
- gem 'rspec-rails', '~> 3 .0.0'
27
+ gem 'rspec-rails', '~> 4 .0.0'
29
28
end
30
29
31
30
It needs to be in the : development group to expose generators and rake tasks
You can’t perform that action at this time.
0 commit comments