From c9021526bb174733502f59ec83d31544d2f35f8d Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 9 Nov 2019 17:10:25 +0000 Subject: [PATCH] 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 --- test/helpers/timelog_helper_test.rb | 12 ++++++------ 1 file 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 -- 2.39.5