fix tests

This commit is contained in:
r888888888
2015-05-21 12:11:11 -07:00
parent 45ffe0b68e
commit ceaa98b105
8 changed files with 14 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ class PoolTest < ActiveSupport::TestCase
should "update any new posts that were added" do
@p1.reload
assert_equal("pool:#{@pool.id}", @p1.pool_string)
assert_equal("pool:#{@pool.id} pool:series", @p1.pool_string)
end
end