spec/spec_helper.rb in rdf-marmotta-0.0.7 vs spec/spec_helper.rb in rdf-marmotta-0.0.8

- old
+ new

@@ -1,4 +1,7 @@ +require 'codeclimate-test-reporter' +CodeClimate::TestReporter.start + require 'linkeddata' require 'bundler/setup' Bundler.setup Dir['./spec/support/**/*.rb'].each { |f| require f }