Sha256: e1d8f909920ab0b667b16e8286635d5f78efb4e359ad4af9eae0eddaea75b07d
Contents?: true
Size: 372 Bytes
Versions: 5
Compression:
Stored size: 372 Bytes
Contents
# The RSpec helpers require_relative "rspec/context" require_relative "rspec/formatter" require_relative "rspec/matcher_exit_with" require_relative "rspec/matcher_match_output" RSpec.configure do |c| c.add_formatter Vagrant::Spec::Acceptance::Formatter if ENV["VAGRANT_SPEC_GUEST_PLATFORM"].to_s == "windows" c.filter_run_excluding :skip_windows_guest end end
Version data entries
5 entries across 5 versions & 1 rubygems