Skip to content

Commit

Permalink
added link to integration tests section
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukemorita authored and tegon committed Mar 30, 2018
1 parent e9abba7 commit 20bde34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ cases/specs.
Controller tests require that you include `Devise::Test::ControllerHelpers` on
your test case or its parent `ActionController::TestCase` superclass.
For Rails 5, include `Devise::Test::IntegrationHelpers` instead, since the superclass
for controller tests has been changed to ActionDispatch::IntegrationTest.
for controller tests has been changed to ActionDispatch::IntegrationTest
(for more details, see the [Integration tests](#integration-tests) section).

```ruby
class PostsControllerTest < ActionController::TestCase
Expand Down

0 comments on commit 20bde34

Please sign in to comment.