spec/spec_helper.rb in github_webhook-1.1.0 vs spec/spec_helper.rb in github_webhook-1.1.1

- old
+ new

@@ -1,8 +1,8 @@ ENV['RAILS_ENV'] ||= 'test' -require "codeclimate-test-reporter" -CodeClimate::TestReporter.start +require 'simplecov' +SimpleCov.start require "github_webhook" # Load support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }