Sha256: d9050a712b787d476430daaeb5146812b34d6e0b987adeacd76439c3d2b03519

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

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.4 spec/spec_helper.rb