Class: CodeClimate::TestReporter::WebMockMessage
- Inherits:
-
Object
- Object
- CodeClimate::TestReporter::WebMockMessage
- Defined in:
- lib/code_climate/test_reporter/exception_message.rb
Instance Method Summary collapse
Instance Method Details
#instructions ⇒ Object
8 9 10 11 12 |
# File 'lib/code_climate/test_reporter/exception_message.rb', line 8 def instructions " WebMock.disable_net_connect!(:allow => \"codeclimate.com\")\n STR\nend\n" |
#library_name ⇒ Object
4 5 6 |
# File 'lib/code_climate/test_reporter/exception_message.rb', line 4 def library_name "WebMock" end |