This commit is contained in:
Toks
2013-08-08 16:10:00 -04:00
parent c829b78c25
commit 248d008c8c

View File

@@ -522,7 +522,7 @@ class PostTest < ActiveSupport::TestCase
context "that doesn't exist" do
should "create a new pool and add the post to that pool" do
@post.update_attributes(:tag_string => "aaa pool:abc")
@post.update_attributes(:tag_string => "aaa newpool:abc")
@pool = Pool.find_by_name("abc")
@post.reload
assert_not_nil(@pool)