From 3c7b1c434b7bc005292cc86b47ff6bf602377c3c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 5 Jun 2025 23:54:53 -0400 Subject: [PATCH] Linting --- test/application_system_test_case.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index faadebc..d5bde40 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -2,7 +2,7 @@ require "test_helper" require "capybara/cuprite" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase - driven_by :cuprite, options: {headless: ENV["VISIBLE_SYSTEM_TESTS"].blank?} + driven_by :cuprite, options: { headless: ENV["VISIBLE_SYSTEM_TESTS"].blank? } def login(email, password = "secret") visit new_session_url