]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/helpe...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 10:45:46 +0000 (10:45 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Nov 2019 10:45:46 +0000 (10:45 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19125 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/helpers/calendar_test.rb

index f048ac23e6771b905e76334e6b659b39fe17f78e..1145fcec9897edc0fe3bdf0cb35392ecc18b3013 100644 (file)
@@ -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]