File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -241,9 +241,12 @@ Controller specs can be used to describe the behavior of Rails controllers. As
241
241
of version 3.5, however, controller specs are discouraged in favor of request
242
242
specs (which also focus largely on controllers, but capture other critical
243
243
aspects of application behavior as well). Controller specs will continue to be
244
- supported until at least version 4.0.
244
+ supported until at least version 4.0 (see the [ release
245
+ notes] ( http://rspec.info/blog/2016/07/rspec-3-5-has-been-released/#rails-support-for-rails-5 )
246
+ for details).
245
247
246
- See the [ release notes] ( http://rspec.info/blog/2016/07/rspec-3-5-has-been-released/#rails-support-for-rails-5 ) for details.
248
+ For more information, see [ cucumber scenarios for controller
249
+ specs] ( https://www.relishapp.com/rspec/rspec-rails/docs/controller-specs ) .
247
250
248
251
## Feature Specs
249
252
You can’t perform that action at this time.
0 commit comments