fixed tests

This commit is contained in:
albert
2013-02-20 16:24:59 -05:00
parent 2954118663
commit b03e889cdd
5 changed files with 15 additions and 7 deletions

View File

@@ -183,7 +183,7 @@ class PoolTest < ActiveSupport::TestCase
should "normalize its name" do
@pool.update_attributes(:name => "A B")
assert_equal("a_b", @pool.name)
assert_equal("A_B", @pool.name)
end
should "normalize its post ids" do