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