summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 17:10:25 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 17:10:25 +0000
commitc9021526bb174733502f59ec83d31544d2f35f8d (patch)
tree11b99f7ec0f93f760172b1b4699590329243dc2e
parentb686959042edeb99f55387a5a9655a16dc433972 (diff)
downloadredmine-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.rb12
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