mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user