class CodeClimate::TestReporter::WebMockMessage

Public Instance Methods

instructions() click to toggle source
# File lib/code_climate/test_reporter/exception_message.rb, line 9
      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 5
def library_name
  "WebMock"
end