From f64f5ef315fa801a43b4672107dd3bbf3518f101 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 25 Jun 2025 10:39:51 +0200 Subject: [PATCH] Remove VCR record --- test/controllers/commands_controller_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/controllers/commands_controller_test.rb b/test/controllers/commands_controller_test.rb index 339be0775..ba1b0f460 100644 --- a/test/controllers/commands_controller_test.rb +++ b/test/controllers/commands_controller_test.rb @@ -3,8 +3,6 @@ require "test_helper" class CommandsControllerTest < ActionDispatch::IntegrationTest include VcrTestHelper - vcr_record! - setup do sign_in_as :kevin end