fix tests

This commit is contained in:
r888888888
2014-12-03 14:07:42 -08:00
parent d7f044e18b
commit 02c07fefb2
3 changed files with 2 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ class ForumTopicTest < ActiveSupport::TestCase
should "merge all the posts in one topic into the other" do
@topic.merge(@topic2)
assert_equal(2, @topic.posts.count)
assert_equal(2, @topic2.posts.count)
end
end