class CodeClimate::TestReporter::WebMockMessage

Public Instance Methods

instructions() click to toggle source
# File lib/code_climate/test_reporter/exception_message.rb, line 8
      def instructions
        <<-STR
  WebMock.disable_net_connect!(:allow => "codeclimate.com")
        STR
      end
library_name() click to toggle source
# File lib/code_climate/test_reporter/exception_message.rb, line 4
def library_name
  "WebMock"
end