mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
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
This commit is contained in:
parent
5ac6c987b3
commit
21b3f318d4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user