Sha256: dc0a73129cd8ae92bdd302add3480b9eeaba16135697b1b6c7a5de87cf23430e
Contents?: true
Size: 635 Bytes
Versions: 2
Compression:
Stored size: 635 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'vagrant-omnibus' RSpec.configure do |config| # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-omnibus-1.0.1 | test/unit/spec_helper.rb |
vagrant-omnibus-1.0.0 | test/unit/spec_helper.rb |