Sha256: 2d7b13fe09544c57afe14aed130ced087f2fb3e37a887bf4835a9fdccc74ebe2
Contents?: true
Size: 694 Bytes
Versions: 6
Compression:
Stored size: 694 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../../lib', __FILE__) require 'rspec/core' require 'vagrant-omnibus' RSpec.configure do |config| config.formatter = :documentation # a little syntactic sugar config.alias_it_should_behave_like_to :it_has_behavior, 'has behavior:' # Use color in STDOUT config.color_enabled = true # Use color not only in STDOUT but also in pagers and files config.tty = true # run the examples in random order config.order = :rand # specify metadata with symobls only (ie no '=> true' required) config.treat_symbols_as_metadata_keys_with_true_values = true config.filter_run focus: true config.run_all_when_everything_filtered = true end
Version data entries
6 entries across 6 versions & 1 rubygems