Fix: VCR fixtures mismatches making it need test.key for credentials
This commit is contained in:
@@ -2,7 +2,7 @@ require "test_helper"
|
||||
|
||||
# The parser is tested through the tests of specific commands. See +Command::AssignTests+, etc.
|
||||
class Command::ParserTest < ActionDispatch::IntegrationTest
|
||||
include CommandTestHelper
|
||||
include CommandTestHelper, VcrTestHelper
|
||||
|
||||
test "the parsed command contains the raw line" do
|
||||
result = parse_command "assign @kevin"
|
||||
|
||||
Reference in New Issue
Block a user