Method: VHS::CLI::Cassettes#error

Defined in:
lib/vhs/cli/cassettes.rb

#errorObject

Public: returns an array with all cassettes with HTTP code not 2xx



25
26
27
# File 'lib/vhs/cli/cassettes.rb', line 25

def error
  `#{ error_cassettes_cmd } | #{ rm_trailing_chars_cmd }`.split(/\n/)
end