Sha256: fb4decd5d06ca5d5138bcb6ab8badd6cf5d82638ae44629b62909b1f3d216809

Contents?: true

Size: 701 Bytes

Versions: 5

Compression:

Stored size: 701 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../../lib', __FILE__)

require 'rspec/core'
require 'vagrant-puppet-install'

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 & 1 rubygems

Version Path
vagrant-puppet-install-6.0.1 test/unit/spec_helper.rb
vagrant-puppet-install-6.0.0 test/unit/spec_helper.rb
vagrant-puppet-install-5.0.0 test/unit/spec_helper.rb
vagrant-puppet-install-4.1.0 test/unit/spec_helper.rb
vagrant-puppet-install-4.0.1 test/unit/spec_helper.rb