Class: CodeClimate::TestReporter::VCRMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/code_climate/test_reporter/exception_message.rb

Instance Method Summary collapse

Instance Method Details

#instructionsObject



21
22
23
24
25
26
27
28
# File 'lib/code_climate/test_reporter/exception_message.rb', line 21

def instructions
<<-STR
  VCR.configure do |config|
    # your existing configuration
    config.ignore_hosts 'codeclimate.com'
  end
STR
end

#library_nameObject



17
18
19
# File 'lib/code_climate/test_reporter/exception_message.rb', line 17

def library_name
  "VCR"
end