diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 10:45:34 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-21 10:45:34 +0000 |
commit | 1b01b76b418a1bc7dd52b9c72e35500b1f55c9f2 (patch) | |
tree | 9611ae6e12a9c8d1d647a8809dc96b480d80dbfc /test | |
parent | 00a28f6143d0376bdd72b89e204d784b3315aaeb (diff) | |
download | redmine-1b01b76b418a1bc7dd52b9c72e35500b1f55c9f2.tar.gz redmine-1b01b76b418a1bc7dd52b9c72e35500b1f55c9f2.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/lib/redmine/mime_type_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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', |