From d972d020215d66b5aae39740fc0533baca2f9c91 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 9 May 2019 08:41:50 +0000 Subject: Remove trailing whitespaces from test/functional/imports_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18148 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/imports_controller_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/functional/imports_controller_test.rb b/test/functional/imports_controller_test.rb index a094b81eb..85645e24c 100644 --- a/test/functional/imports_controller_test.rb +++ b/test/functional/imports_controller_test.rb @@ -175,7 +175,7 @@ class ImportsControllerTest < Redmine::ControllerTest :mapping => { :project_id => '1', :tracker_id => '2', - :subject => '0'} + :subject => '0'} } } assert_redirected_to "/imports/#{import.to_param}/run" @@ -186,7 +186,7 @@ class ImportsControllerTest < Redmine::ControllerTest assert_equal '2', mapping['tracker_id'] assert_equal '0', mapping['subject'] end - + def test_get_run import = generate_import_with_mapping @@ -196,7 +196,7 @@ class ImportsControllerTest < Redmine::ControllerTest assert_response :success assert_select '#import-progress' end - + def test_post_run_should_import_the_file import = generate_import_with_mapping -- cgit v1.2.3