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