From 248d008c8c9b52ce2eb7c4b6ca0579c7986427d1 Mon Sep 17 00:00:00 2001 From: Toks Date: Thu, 8 Aug 2013 16:10:00 -0400 Subject: [PATCH] #1377: Fix test --- test/unit/post_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/post_test.rb b/test/unit/post_test.rb index 9fa0ae906..ba6ecd099 100644 --- a/test/unit/post_test.rb +++ b/test/unit/post_test.rb @@ -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)