Sha256: 66f1db3c574c03bf3a7e5f8b8e6f4e511410cdba961e476a2046066c04c77ac0
Contents?: true
Size: 450 Bytes
Versions: 1
Compression:
Stored size: 450 Bytes
Contents
require 'codeclimate-test-reporter' CodeClimate::TestReporter.start 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-marmotta-0.0.8 | spec/spec_helper.rb |