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.
1 parent 689fe1e commit 160ae8bCopy full SHA for 160ae8b
rails6/fr/chapter04-authentication.adoc
@@ -378,7 +378,7 @@ Ensuite nous pouvons implémenter nos deux tests juste après
378
class AuthenticableTest < ActionDispatch::IntegrationTest
379
setup do
380
@user = users(:one)
381
- @authentication = Authentication.new
+ @authentication = MockController.new
382
end
383
384
test 'should get user from Authorization token' do
0 commit comments