diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 10:45:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 10:45:46 +0000 |
commit | 35eb7c4e570bd097a72686ad53615b24a04fac5c (patch) | |
tree | 3de50c18e29628d412c4dc8ce97e77a5c629be27 | |
parent | 1b01b76b418a1bc7dd52b9c72e35500b1f55c9f2 (diff) | |
download | redmine-35eb7c4e570bd097a72686ad53615b24a04fac5c.tar.gz redmine-35eb7c4e570bd097a72686ad53615b24a04fac5c.zip |
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/helpers/calendar_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19125 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/unit/lib/redmine/helpers/calendar_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/helpers/calendar_test.rb b/test/unit/lib/redmine/helpers/calendar_test.rb index f048ac23e..1145fcec9 100644 --- a/test/unit/lib/redmine/helpers/calendar_test.rb +++ b/test/unit/lib/redmine/helpers/calendar_test.rb @@ -20,7 +20,6 @@ require File.expand_path('../../../../../test_helper', __FILE__) class CalendarTest < ActiveSupport::TestCase - def test_monthly c = Redmine::Helpers::Calendar.new(Date.today, :fr, :month) assert_equal [1, 7], [c.startdt.cwday, c.enddt.cwday] |