From 7c796b96cc55e292a628120f1fbab98054683a54 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 19 Oct 2019 12:25:22 +0000 Subject: code cleanup: rubocop: fix Layout/SpaceBeforeComma in test/unit/lib/redmine/helpers/calendar_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18771 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/lib/redmine/helpers/calendar_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/lib/redmine/helpers/calendar_test.rb b/test/unit/lib/redmine/helpers/calendar_test.rb index 74e617fad..f048ac23e 100644 --- a/test/unit/lib/redmine/helpers/calendar_test.rb +++ b/test/unit/lib/redmine/helpers/calendar_test.rb @@ -47,7 +47,7 @@ class CalendarTest < ActiveSupport::TestCase [1, 6, 7].each do |day| with_settings :start_of_week => day do c = Redmine::Helpers::Calendar.new(Date.today, :en, :month) - assert_equal day , c.startdt.cwday + assert_equal day, c.startdt.cwday assert_equal (day + 5) % 7 + 1, c.enddt.cwday end end -- cgit v1.2.3