spec/spec_helper.rb in slining-1.5.0 vs spec/spec_helper.rb in slining-1.6.0

- old
+ new

@@ -1,9 +1,6 @@ require 'bundler/setup' -require "codeclimate-test-reporter" -CodeClimate::TestReporter.start - Bundler.require(:default, :test) require (Pathname.new(__FILE__).dirname + '../lib/slining').expand_path Dir['./spec/support/**/*.rb'].each { |file| require file }