fix tests

This commit is contained in:
r888888888
2016-01-18 17:13:26 -08:00
parent 243368a758
commit ce3af81c9f
11 changed files with 37 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ class UserTest < ActiveSupport::TestCase
@user.promote_to!(User::Levels::GOLD)
end
assert_equal("Promoted from Member to Gold", @user.feedback.last.body)
assert_equal("You have been promoted to a Gold level account from Member.", @user.feedback.last.body)
end
should "create a dmail" do