From 09e47607cc20ccc55fa7c761f3b6c47cd50befe1 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 3 Feb 2014 13:03:45 -0800 Subject: [PATCH] fix test --- .../functional/maintenance/user/email_changes_controller_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/maintenance/user/email_changes_controller_test.rb b/test/functional/maintenance/user/email_changes_controller_test.rb index bb5f6c0b6..647c21c63 100644 --- a/test/functional/maintenance/user/email_changes_controller_test.rb +++ b/test/functional/maintenance/user/email_changes_controller_test.rb @@ -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