This commit is contained in:
r888888888
2014-02-03 13:03:45 -08:00
parent e557bbfcb2
commit 09e47607cc

View File

@@ -30,7 +30,6 @@ module Maintenance
context "with the incorrect password" do
should "not work" do
post :create, {:email_change => {:password => "passwordx", :email => "abc@ogres.net"}}, {:user_id => @user.id}
assert_response :success
@user.reload
assert_equal("bob@ogres.net", @user.email)
end