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



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

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

#library_nameObject



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

def library_name
  "WebMock"
end