Sha256: 68a2e18a1d9618af9008cf25052ecd488ea12d7f2333fd533b698d6eda98e5c1
Contents?: true
Size: 514 Bytes
Versions: 37
Compression:
Stored size: 514 Bytes
Contents
require "rubygems" require "rspec/autorun" # Require Vagrant itself so we can reference the proper # classes to test. require "vagrant" require 'vagrant-parallels' # Add the test directory to the load path $:.unshift File.expand_path("../../", __FILE__) # Load in helpers require "unit/support/shared/parallels_context" require "unit/support/shared/pd_driver_examples" # Do not buffer output $stdout.sync = true $stderr.sync = true # Configure RSpec RSpec.configure do |c| c.expect_with :rspec, :stdlib end
Version data entries
37 entries across 37 versions & 1 rubygems