summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 16:01:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-20 16:01:00 +0000
commit1708efbad02595ba6447b98686c244dd53e8183d (patch)
treee847b36f5977d003aac25daac184e1ca7af53e30 /test
parentc1e6d0bda269d25471056c2808fa77ba88938e1b (diff)
downloadredmine-1708efbad02595ba6447b98686c244dd53e8183d.tar.gz
redmine-1708efbad02595ba6447b98686c244dd53e8183d.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmine/themes_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19100 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/lib/redmine/themes_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/lib/redmine/themes_test.rb b/test/unit/lib/redmine/themes_test.rb
index 620f772c6..9b53e50f2 100644
--- a/test/unit/lib/redmine/themes_test.rb
+++ b/test/unit/lib/redmine/themes_test.rb
@@ -20,7 +20,6 @@
require File.expand_path('../../../../test_helper', __FILE__)
class Redmine::ThemesTest < ActiveSupport::TestCase
-
def test_themes
themes = Redmine::Themes.themes
assert_kind_of Array, themes