fix tests and typo bugs

This commit is contained in:
albert
2013-03-22 18:54:37 -04:00
parent ec50911a52
commit a4b67fa072
9 changed files with 53 additions and 68 deletions

View File

@@ -32,7 +32,7 @@ class UploadTest < ActiveSupport::TestCase
should "fail creation" do
@upload = FactoryGirl.build(:jpg_upload, :tag_string => "")
@upload.save
assert_equal(["You can only upload 0 posts a day"], @upload.errors.full_messages)
assert_equal(["You can not upload until your pending posts have been approved"], @upload.errors.full_messages)
end
end