From 5ad307a5dbded4f5da3f8013a202480d0fe74962 Mon Sep 17 00:00:00 2001 From: luap42 <pstrobach15+luap42@gmail.com> Date: Tue, 30 Jun 2020 15:16:33 +0200 Subject: [PATCH] rubocop --- test/controllers/mod_warning_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/mod_warning_controller_test.rb b/test/controllers/mod_warning_controller_test.rb index fc129f4e4..d839d8c6a 100644 --- a/test/controllers/mod_warning_controller_test.rb +++ b/test/controllers/mod_warning_controller_test.rb @@ -2,7 +2,7 @@ require 'test_helper' class ModWarningControllerTest < ActionController::TestCase include Devise::Test::ControllerHelpers - + test 'should require authentication to access pages' do sign_out :user [:log, :new].each do |path| -- GitLab