Sha256: ab9039e7637f084fb44cc20c96d74ef85bb3935a9847533e09820807dcd79af1

Contents?: true

Size: 697 Bytes

Versions: 5

Compression:

Stored size: 697 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

5 entries across 5 versions & 2 rubygems

Version Path
vagrant-omnibus-1.1.2 test/unit/spec_helper.rb
vagrant-puppet-install-1.0.0 test/unit/spec_helper.rb
vagrant-omnibus-1.1.1 test/unit/spec_helper.rb
vagrant-omnibus-1.1.0 test/unit/spec_helper.rb
vagrant-omnibus-1.0.2 test/unit/spec_helper.rb