From eae9c9ab2be43c64c830a03e414b51a08571c957 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 16 Nov 2014 10:54:33 +0000 Subject: Isolates all API routing tests to a specific test case. git-svn-id: http://svn.redmine.org/redmine/trunk@13604 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/custom_fields_test.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/integration/routing/custom_fields_test.rb') diff --git a/test/integration/routing/custom_fields_test.rb b/test/integration/routing/custom_fields_test.rb index 6649ecf01..075e28d64 100644 --- a/test/integration/routing/custom_fields_test.rb +++ b/test/integration/routing/custom_fields_test.rb @@ -44,11 +44,4 @@ class RoutingCustomFieldsTest < ActionDispatch::IntegrationTest { :controller => 'custom_fields', :action => 'destroy', :id => '2' } ) end - - def test_custom_fields_api - assert_routing( - { :method => 'get', :path => "/custom_fields.xml" }, - { :controller => 'custom_fields', :action => 'index', :format => 'xml' } - ) - end end -- cgit v1.2.3