class CodeClimate::TestReporter::WebMockMessage

def instructions

def instructions
  <<-STR
ock.disable_net_connect!(:allow => "codeclimate.com")
  STR
end

def library_name

def library_name
  "WebMock"
end