diff options
author | Go MAEDA <maeda@farend.jp> | 2024-08-12 07:42:12 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-08-12 07:42:12 +0000 |
commit | de76bb3a4a00146f8d53dbc25f2e90ca99910a22 (patch) | |
tree | 9927c2a114ec980e8c0584f615754db0ea2d0162 /test/integration/routing/repositories_test.rb | |
parent | 0c28b0974adb3d9f777fbf0cc9234b1a7de144bf (diff) | |
download | redmine-de76bb3a4a00146f8d53dbc25f2e90ca99910a22.tar.gz redmine-de76bb3a4a00146f8d53dbc25f2e90ca99910a22.zip |
Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses enabled in rubocop-rails-omakase (#39887).
git-svn-id: https://svn.redmine.org/redmine/trunk@22949 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/routing/repositories_test.rb')
-rw-r--r-- | test/integration/routing/repositories_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/routing/repositories_test.rb b/test/integration/routing/repositories_test.rb index 466b140bf..6bfbedb70 100644 --- a/test/integration/routing/repositories_test.rb +++ b/test/integration/routing/repositories_test.rb @@ -20,7 +20,6 @@ require_relative '../../test_helper' class RoutingRepositoriesTest < Redmine::RoutingTest - def setup @paths = ['path/to/index.html', 'path/to/file.c', 'path/to/file.yaml', 'path/to/file.txt', |