summaryrefslogtreecommitdiffstats
path: root/test/functional/trackers_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/trackers_controller_test.rb')
-rw-r--r--test/functional/trackers_controller_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/trackers_controller_test.rb b/test/functional/trackers_controller_test.rb
index fe3fb9560..bf58e2e20 100644
--- a/test/functional/trackers_controller_test.rb
+++ b/test/functional/trackers_controller_test.rb
@@ -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'