From 6ceb649b103ec4a6088c8d61e0a2e32cde514cca Mon Sep 17 00:00:00 2001 From: Masato Oba Date: Sun, 29 Oct 2017 12:10:27 +0000 Subject: [PATCH] Fix small typo in authenticatable_test.rb --- test/integration/authenticatable_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/authenticatable_test.rb b/test/integration/authenticatable_test.rb index 57b29aa9..26e2d60a 100644 --- a/test/integration/authenticatable_test.rb +++ b/test/integration/authenticatable_test.rb @@ -369,7 +369,7 @@ class AuthenticationWithScopedViewsTest < Devise::IntegrationTest end end - test 'renders the scoped view if turned on in an specific controller' do + test 'renders the scoped view if turned on in a specific controller' do begin Devise::SessionsController.scoped_views = true assert_raise Webrat::NotFoundError do