test/integration/authenticatable_test.rb in devise-1.1.2 vs test/integration/authenticatable_test.rb in devise-1.1.3
- old
+ new
@@ -311,10 +311,10 @@
end
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
test 'registration in xml format' do
assert_nothing_raised do