Skip to content

Commit 6bc30ea

Browse files
rluesebjacobs
authored andcommitted
Restore cucumber scenarios link for controller specs
1 parent 7dbc641 commit 6bc30ea

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,12 @@ Controller specs can be used to describe the behavior of Rails controllers. As
241241
of version 3.5, however, controller specs are discouraged in favor of request
242242
specs (which also focus largely on controllers, but capture other critical
243243
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).
245247

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).
247250

248251
## Feature Specs
249252

0 commit comments

Comments
 (0)