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

- old
+ new

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