spec/spec_helper.rb in rdf-marmotta-0.0.4 vs spec/spec_helper.rb in rdf-marmotta-0.0.6
- old
+ new
@@ -1,13 +1,14 @@
+require 'linkeddata'
require 'bundler/setup'
Bundler.setup
Dir['./spec/support/**/*.rb'].each { |f| require f }
RSpec.configure do |config|
config.color = true
config.tty = true
-
+
# Uncomment the following line to get errors and backtrace for deprecation warnings
# config.raise_errors_for_deprecations!
# Use the specified formatter
config.formatter = :progress