Sha256: bdf65a8d58321180dd8b735e43eed2e151d5011a8470289ad85341f3d4d64c80

Contents?: true

Size: 704 Bytes

Versions: 11

Compression:

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

11 entries across 11 versions & 1 rubygems

Version Path
vagrant-puppet-install-4.0.0 test/unit/spec_helper.rb
vagrant-puppet-install-3.1.0 test/unit/spec_helper.rb
vagrant-puppet-install-3.0.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.7.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.6.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.5.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.3.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.2.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.1.0 test/unit/spec_helper.rb
vagrant-puppet-install-2.0.1 test/unit/spec_helper.rb
vagrant-puppet-install-2.0.0 test/unit/spec_helper.rb