Remove vcr_record! and fix VCR fixtures due to different timestamps

This commit is contained in:
Jorge Manrubia
2025-07-24 16:19:36 +02:00
parent b2ee79bbd0
commit 7de45cc061
43 changed files with 3509 additions and 3647080 deletions
+4
View File
@@ -4,6 +4,10 @@ require "test_helper"
class Command::ParserTest < ActionDispatch::IntegrationTest
include CommandTestHelper, VcrTestHelper
setup do
freeze_timestamps
end
test "the parsed command contains the raw line" do
result = parse_command "assign @kevin"
assert_equal "assign @kevin", result.line