diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-09 08:41:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-09 08:41:50 +0000 |
commit | d972d020215d66b5aae39740fc0533baca2f9c91 (patch) | |
tree | 77796127a7bd1c273015cf47b365dd6b13db9404 /test | |
parent | 51224f2519dfbab3d7321933cca1e6b26e5a89e8 (diff) | |
download | redmine-d972d020215d66b5aae39740fc0533baca2f9c91.tar.gz redmine-d972d020215d66b5aae39740fc0533baca2f9c91.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/imports_controller_test.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 |