spec/spec_helper.rb in grape-apiary-0.1.0 vs spec/spec_helper.rb in grape-apiary-0.1.1

- old
+ new

@@ -6,11 +6,11 @@ require 'rubygems' require 'bundler' Bundler.setup :default, :test -require 'coveralls' -Coveralls.wear! +require 'codeclimate-test-reporter' +CodeClimate::TestReporter.start require 'rspec' require 'pry' Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }