summaryrefslogtreecommitdiffstats
path: root/test/integration/routing_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-23 08:10:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-12-23 08:10:42 +0000
commit3153897fde7b2b5e5bd1e9199125fa648c2a74c6 (patch)
tree77978f5627382b69bcc3f547562aa359022ca059 /test/integration/routing_test.rb
parent3fbbd6bc5030e9a7033e382c80c4be353ea9ccfb (diff)
downloadredmine-3153897fde7b2b5e5bd1e9199125fa648c2a74c6.tar.gz
redmine-3153897fde7b2b5e5bd1e9199125fa648c2a74c6.zip
test: route: move activities test to new file
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8317 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/routing_test.rb')
-rw-r--r--test/integration/routing_test.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb
index a83ff6006..76450905b 100644
--- a/test/integration/routing_test.rb
+++ b/test/integration/routing_test.rb
@@ -18,17 +18,6 @@
require File.expand_path('../../test_helper', __FILE__)
class RoutingTest < ActionController::IntegrationTest
- def test_activities
- assert_routing(
- { :method => 'get', :path => "/activity" },
- { :controller => 'activities', :action => 'index', :id => nil }
- )
- assert_routing(
- { :method => 'get', :path => "/activity.atom" },
- { :controller => 'activities', :action => 'index', :id => nil, :format => 'atom' }
- )
- end
-
def test_attachments
assert_routing(
{ :method => 'get', :path => "/attachments/1" },