spec/spec_helper.rb in configstruct-0.0.4 vs spec/spec_helper.rb in configstruct-0.1.0
- old
+ new
@@ -10,12 +10,9 @@
end
SimpleCov.start :app
else
require 'coveralls'
Coveralls.wear!
-
- # require "codeclimate-test-reporter"
- # CodeClimate::TestReporter.start
end
RSpec.configure do |config|
config.mock_with :rspec
config.expect_with :rspec do |c|