diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-09 17:10:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-09 17:10:25 +0000 |
commit | c9021526bb174733502f59ec83d31544d2f35f8d (patch) | |
tree | 11b99f7ec0f93f760172b1b4699590329243dc2e | |
parent | b686959042edeb99f55387a5a9655a16dc433972 (diff) | |
download | redmine-c9021526bb174733502f59ec83d31544d2f35f8d.tar.gz redmine-c9021526bb174733502f59ec83d31544d2f35f8d.zip |
cleanup: rubocop: fix Layout/AlignArguments in test/helpers/timelog_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19040 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/helpers/timelog_helper_test.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/helpers/timelog_helper_test.rb b/test/helpers/timelog_helper_test.rb index 85244ec37..f86f4f80a 100644 --- a/test/helpers/timelog_helper_test.rb +++ b/test/helpers/timelog_helper_test.rb @@ -26,12 +26,12 @@ class TimelogHelperTest < Redmine::HelperTest include ERB::Util fixtures :projects, :roles, :enabled_modules, :users, - :repositories, :changesets, - :trackers, :issue_statuses, :issues, :versions, :documents, - :wikis, :wiki_pages, :wiki_contents, - :boards, :messages, - :attachments, - :enumerations + :repositories, :changesets, + :trackers, :issue_statuses, :issues, :versions, :documents, + :wikis, :wiki_pages, :wiki_contents, + :boards, :messages, + :attachments, + :enumerations def test_activities_collection_for_select_options_should_return_array_of_activity_names_and_ids activities = activity_collection_for_select_options |