compatibility fixes

This commit is contained in:
r888888888
2014-12-10 16:59:54 -08:00
parent ace7e6abff
commit 9f0d818f81
5 changed files with 9 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ class ForumPostsControllerTest < ActionController::TestCase
end
forum_post = ForumPost.last
assert_redirected_to(forum_topic_path(@forum_topic, :page => 1))
assert_redirected_to(forum_topic_path(@forum_topic))
end
end