mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
fix TypeError in test_sign_in_with_script_name(AuthenticationOthersTest)
This commit is contained in:
committed by
Carlos Antonio da Silva
parent
56834284bd
commit
a843b74c86
@@ -313,7 +313,7 @@ class AuthenticationOthersTest < ActionController::IntegrationTest
|
||||
test 'sign in with script name' do
|
||||
assert_nothing_raised do
|
||||
get new_user_session_path, {}, "SCRIPT_NAME" => "/omg"
|
||||
fill_in "email", "user@test.com"
|
||||
fill_in "email", :with => "user@test.com"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user