Sha256: 2194bc0c705d18bac1a51d8deea73f832d7eb10b99963bec4138859beb032afb
Contents?: true
Size: 514 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-parallels-1.5.1 | test/unit/base.rb |
vagrant-parallels-1.5.0 | test/unit/base.rb |
vagrant-parallels-1.4.3 | test/unit/base.rb |