spec/unit/spec_helper.rb in inqlude-0.10.0 vs spec/unit/spec_helper.rb in inqlude-0.11.0

- old
+ new

@@ -1,6 +1,6 @@ -require "codeclimate-test-reporter" -CodeClimate::TestReporter.start +require "simplecov" +SimpleCov.start require 'given_filesystem/spec_helpers' require_relative "../../lib/inqlude"