Partial fix for #1520

This commit is contained in:
Toks
2014-01-08 15:54:27 -05:00
parent 259b7fcf0e
commit f4596830c4
4 changed files with 6 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ class ArtistTest < ActiveSupport::TestCase
assert(@post.is_banned?)
end
should "delete the post" do
assert(@post.is_deleted?)
should "not delete the post" do
refute(@post.is_deleted?)
end
should "create a new tag implication" do