Sha256: e607f291342533e98a328d6c989724f9946bd6d94bf0f3c5df1b1ffdffd8e612

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

require 'simplecov'
SimpleCov.start

require 'vagrant'

Dir['lib/**/*.rb'].each {|f| require File.expand_path(f)}

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
 

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-shell-commander-0.3.2 spec/spec_helper.rb
vagrant-shell-commander-0.3.1 spec/spec_helper.rb
vagrant-shell-commander-0.3.0 spec/spec_helper.rb