Redmine/test/integration
Toshi MARUYAMA 0b4aed008c 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
2011-12-14 06:49:19 +00:00
..
api_test reset Attachment.storage_path at the end of attachment tests 2011-11-24 08:10:41 +00:00
lib/redmine Rails3: replace "all" fixtures at test/integration/lib/redmine/menu_manager_test.rb 2011-09-25 06:11:35 +00:00
account_test.rb Fixed tests with the valid login url. 2011-12-10 16:25:22 +00:00
admin_test.rb Explicitly declare all routes and deactivate default route. 2011-12-10 13:33:01 +00:00
application_test.rb Rails3: replace "all" fixtures at test/integration/application_test.rb 2011-09-24 10:10:11 +00:00
issues_test.rb Fixed broken issue form update when changing tracker. 2011-12-12 20:43:51 +00:00
layout_test.rb Rails3: replace "all" fixtures at test/integration/layout_test.rb 2011-09-24 11:09:34 +00:00
projects_test.rb Explicitly declare all routes and deactivate default route. 2011-12-10 13:33:01 +00:00
routing_test.rb test: replace "should_route" of "activities" to "assert_routing" at integration/routing_test.rb 2011-12-14 06:49:19 +00:00