We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MockController
1 parent 33d499c commit 4abff6fCopy full SHA for 4abff6f
rails6/en/chapter04-athentification.adoc
@@ -376,7 +376,7 @@ Then we can implement our two tests right after
376
class AuthenticableTest < ActionDispatch::IntegrationTest
377
setup do
378
@user = users(:one)
379
- @authentication = Authentication.new
+ @authentication = MockController.new
380
end
381
382
test 'should get user from Authorization token' do
0 commit comments