From 0b7cc2abd7ce77491c94c22d5b4a517e78022804 Mon Sep 17 00:00:00 2001 From: Trinity Takei Date: Mon, 1 Jul 2024 17:52:20 +0200 Subject: [PATCH] Rubocop --- test/controllers/static_controller_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/controllers/static_controller_test.rb b/test/controllers/static_controller_test.rb index ba0156a..937c766 100644 --- a/test/controllers/static_controller_test.rb +++ b/test/controllers/static_controller_test.rb @@ -24,6 +24,4 @@ class StaticControllerTest < ActionDispatch::IntegrationTest assert_response :success assert_select "title", "Live Demo | railsnew.io" end - - end