Sha256: eb055b03385e46647afb985ba53416d91b1ff7675d01e8d262850870235c05b3

Contents?: true

Size: 470 Bytes

Versions: 2

Compression:

Stored size: 470 Bytes

Contents

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 }

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.1.1 spec/spec_helper.rb
rdf-marmotta-0.1.0 spec/spec_helper.rb