spec/spec_helper.rb in versionology-0.2.0.pre.alpha.pre.16 vs spec/spec_helper.rb in versionology-0.2.0.pre.alpha.pre.17

- old
+ new

@@ -1,7 +1,9 @@ -require 'versionology' +require 'simplecov' require 'codeclimate-test-reporter' -CodeClimate::TestReporter.start +SimpleCov.add_filter 'vendor' +SimpleCov.formatters = [] +SimpleCov.start CodeClimate::TestReporter.configuration.profile RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true