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