added tests for post sets

This commit is contained in:
albert
2011-06-11 17:05:46 -04:00
parent ca7afc10be
commit 1a303fd3db
7 changed files with 202 additions and 23 deletions

View File

@@ -212,7 +212,7 @@ class PoolTest < ActiveSupport::TestCase
setup do
@pool.reload
@pool.post_ids = "#{@p2.id}"
@pool.synchronize_posts!
@pool.synchronize!
end
should "update the pool" do