Class: CodeClimate::TestReporter::VCRMessage
- Inherits:
-
Object
- Object
- CodeClimate::TestReporter::VCRMessage
- Defined in:
- lib/code_climate/test_reporter/exception_message.rb
Instance Method Summary collapse
Instance Method Details
#instructions ⇒ Object
21 22 23 24 25 26 27 28 |
# File 'lib/code_climate/test_reporter/exception_message.rb', line 21 def instructions " VCR.configure do |config|\n # your existing configuration\n config.ignore_hosts 'codeclimate.com'\n end\n" end |
#library_name ⇒ Object
17 18 19 |
# File 'lib/code_climate/test_reporter/exception_message.rb', line 17 def library_name "VCR" end |