From 2116ebb79a1eb3a227649cfb9874cb00cc2d94e3 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Wed, 13 Aug 2025 20:34:33 +0000 Subject: [PATCH] Fix Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body (#43125). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23921 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/system/oauth_provider_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/system/oauth_provider_test.rb b/test/system/oauth_provider_test.rb index aaef65c86..df3f8fa7e 100644 --- a/test/system/oauth_provider_test.rb +++ b/test/system/oauth_provider_test.rb @@ -6,7 +6,6 @@ require 'rack' require 'puma' class OauthProviderSystemTest < ApplicationSystemTestCase - test 'application creation and authorization' do # # admin creates the application, granting permissions and generating a uuid