From 8653423d3bac346b31152cba6107386fcbcb0d91 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 8 Apr 2013 14:40:24 -0400 Subject: [PATCH] fix user test --- test/unit/user_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index 037fc062e..914cfa8bc 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -196,6 +196,7 @@ class UserTest < ActiveSupport::TestCase should "match the confirmation" do @user = FactoryGirl.create(:user) + @user.old_password = "password" @user.password = "zugzug5" @user.password_confirmation = "zugzug5" @user.save