Class: CodeClimate::TestReporter::WebMockMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/code_climate/test_reporter/exception_message.rb

Instance Method Summary collapse

Instance Method Details

#instructionsObject



8
9
10
11
12
# File 'lib/code_climate/test_reporter/exception_message.rb', line 8

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

#library_nameObject



4
5
6
# File 'lib/code_climate/test_reporter/exception_message.rb', line 4

def library_name
  "WebMock"
end