code format clean up TrackersControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12779 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-04 04:31:46 +00:00
parent 669a16376f
commit fe7c6057f9
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ class TrackersControllerTest < ActionController::TestCase
def test_create_with_failure
assert_no_difference 'Tracker.count' do
post :create, :tracker => { :name => '', :project_ids => ['1', '', ''], :custom_field_ids => ['1', '6', ''] }
post :create, :tracker => { :name => '', :project_ids => ['1', '', ''],
:custom_field_ids => ['1', '6', ''] }
end
assert_response :success
assert_template 'new'