]> source.dussan.org Git - redmine.git/commit
test: replace "should_route" of "activities" to "assert_routing" at integration/routi...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Dec 2011 06:49:19 +0000 (06:49 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 14 Dec 2011 06:49:19 +0000 (06:49 +0000)
commit0b4aed008c9650e5f4d7290fe6a243b4f3b1eb1d
tree19245fb444d298ecf146dbd9d529e5a5790c5f5f
parent7d501eaf81f32c6cf6e361192968aacbe18ff36c
test: replace "should_route" of "activities" to "assert_routing" at integration/routing_test.rb

shoulda 2.11.3 does not support Rails2 legacy route on Rails 3.0.11.

<pre>
Error:
test: wikis (plural, admin setup) should route POST /projects/ladida/wiki/destroy
to/from {:action=>"destroy", :id=>"ladida", :controller=>"wikis"}. (RoutingTest):
NameError: uninitialized constant Routing
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8201 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/integration/routing_test.rb