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
  <<-STR
  VCR.configure do |config|
    # your existing configuration
    config.ignore_hosts 'codeclimate.com'
  end
  STR
end

#library_nameObject



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

def library_name
  "VCR"
end