Sha256: c9da98f63990c1afc0400dd37e63cc21928932aa5163cdc4353fad23814ca7ea

Contents?: true

Size: 579 Bytes

Versions: 1

Compression:

Stored size: 579 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 = 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

  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-omnibus-1.5.0 test/unit/spec_helper.rb