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



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

def instructions
"VCR.configure do |config|\n# your existing configuration\nconfig.ignore_hosts 'codeclimate.com'\nend\n"
end

#library_nameObject



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

def library_name
  "VCR"
end