Fix small typo in authenticatable_test.rb

This commit is contained in:
Masato Oba
2017-10-29 12:10:27 +00:00
parent 7a7a099573
commit 6ceb649b10

View File

@@ -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