From 3a32edc3bd108ed07ef2802fbf13dcc886d76607 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 2 Sep 2012 16:55:16 +0000 Subject: Adds a view for editing all trackers fields. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10283 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/trackers_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/integration') diff --git a/test/integration/routing/trackers_test.rb b/test/integration/routing/trackers_test.rb index 4b75bf52e..42bb574a9 100644 --- a/test/integration/routing/trackers_test.rb +++ b/test/integration/routing/trackers_test.rb @@ -67,5 +67,13 @@ class RoutingTrackersTest < ActionController::IntegrationTest { :controller => 'trackers', :action => 'destroy', :format => 'xml', :id => '1' } ) + assert_routing( + { :method => 'get', :path => "/trackers/fields" }, + { :controller => 'trackers', :action => 'fields' } + ) + assert_routing( + { :method => 'post', :path => "/trackers/fields" }, + { :controller => 'trackers', :action => 'fields' } + ) end end -- cgit v1.2.3