spec/helper.rb in fullcontact-0.16.0 vs spec/helper.rb in fullcontact-0.17.0

- old
+ new

@@ -1,14 +1,11 @@ require 'rspec' require 'webmock/rspec' require 'simplecov' -require 'codeclimate-test-reporter' -CodeClimate::TestReporter.start WebMock.disable_net_connect!(:allow => 'codeclimate.com') SimpleCov.start - def a_get(path) a_request(:get, FullContact.endpoint + path) end