Sha256: a62000e591d1a65e9e19d9a0aa49e2091adb2352b824c09f5a2209e780d637c0
Contents?: true
Size: 388 Bytes
Versions: 11
Compression:
Stored size: 388 Bytes
Contents
require 'bundler/setup' Bundler.setup require 'active_triples' 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
11 entries across 11 versions & 1 rubygems