Sha256: ece75fd073843c2cad8e8d7bfe1e199e6319b83ebbe4cd7ec5b465aa17df1797

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

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

2 entries across 2 versions & 1 rubygems

Version Path
rdf-marmotta-0.0.7 spec/spec_helper.rb
rdf-marmotta-0.0.6 spec/spec_helper.rb