From 4c49ac2a074467e657e417e35e45e1cfee8942e5 Mon Sep 17 00:00:00 2001 From: KMY Date: Fri, 14 Mar 2025 09:32:35 +0900 Subject: [PATCH] Test --- lib/redis/namespace_extensions.rb | 4 ---- spec/system/report_interface_spec.rb | 1 - 2 files changed, 5 deletions(-) diff --git a/lib/redis/namespace_extensions.rb b/lib/redis/namespace_extensions.rb index 2be738b04d..9af59c296e 100644 --- a/lib/redis/namespace_extensions.rb +++ b/lib/redis/namespace_extensions.rb @@ -5,10 +5,6 @@ class Redis def exists?(...) call_with_namespace('exists?', ...) end - - def with - yield self - end end end diff --git a/spec/system/report_interface_spec.rb b/spec/system/report_interface_spec.rb index 1c61774594..6a90aa5bc6 100644 --- a/spec/system/report_interface_spec.rb +++ b/spec/system/report_interface_spec.rb @@ -18,7 +18,6 @@ RSpec.describe 'report interface', :attachment_processing, :js, :streaming do before do as_a_logged_in_admin visit admin_report_path(report) - page.driver.browser.manage.window.resize_to(1600, 1050) end it 'displays the report interface, including the javascript bits' do