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
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\n config.ignore_hosts 'codeclimate.com'\n end\n STR\nend\n" |
#library_name ⇒ Object
16 17 18 |
# File 'lib/code_climate/test_reporter/exception_message.rb', line 16 def library_name "VCR" end |