class CodeClimate::TestReporter::VCRMessage
Public Instance Methods
Source
# 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
Source
# File lib/code_climate/test_reporter/exception_message.rb, line 16 def library_name "VCR" end