From: Toshi MARUYAMA Date: Thu, 21 Nov 2019 10:45:34 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/mime_... X-Git-Tag: 4.2.0~1515 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1b01b76b418a1bc7dd52b9c72e35500b1f55c9f2;p=redmine.git cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/mime_type_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19124 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/lib/redmine/mime_type_test.rb b/test/unit/lib/redmine/mime_type_test.rb index af5ef768a..5612f72e3 100644 --- a/test/unit/lib/redmine/mime_type_test.rb +++ b/test/unit/lib/redmine/mime_type_test.rb @@ -20,7 +20,6 @@ require File.expand_path('../../../../test_helper', __FILE__) class Redmine::MimeTypeTest < ActiveSupport::TestCase - def test_of to_test = {'test.txt' => 'text/plain', 'test.c' => 'text/x-c',