diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-23 05:37:23 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-23 05:37:23 +0000 |
commit | 21b3f318d4d0a908b77549ba1f68fe709240c5fb (patch) | |
tree | f9e2773cb539fcb05a5547ffb367554c98705e5b /test | |
parent | 5ac6c987b35fda9aa266e4c1182f0514d56a0515 (diff) | |
download | redmine-21b3f318d4d0a908b77549ba1f68fe709240c5fb.tar.gz redmine-21b3f318d4d0a908b77549ba1f68fe709240c5fb.zip |
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/version_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18846 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/version_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb index c7d5c07dc..4806a4668 100644 --- a/test/unit/version_test.rb +++ b/test/unit/version_test.rb @@ -251,12 +251,12 @@ class VersionTest < ActiveSupport::TestCase # Project 1 now out of the shared scope project_1_issue.reload assert_nil project_1_issue.fixed_version, - "Fixed version is still set after changing the Version's sharing" + "Fixed version is still set after changing the Version's sharing" # Project 5 now out of the shared scope project_5_issue.reload assert_nil project_5_issue.fixed_version, - "Fixed version is still set after changing the Version's sharing" + "Fixed version is still set after changing the Version's sharing" # Project 2 issue remains project_2_issue.reload |