Sha256: bfcc99c18f54c07c51aa952e0306685745b5b92bc796512612dbc41bd80ecdf8
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
require "rubygems" require "rspec/autorun" # Require Vagrant itself so we can reference the proper # classes to test. require "vagrant" require "vagrant-google" # Add the test directory to the load path $:.unshift File.expand_path("../../", __FILE__) # Do not buffer output $stdout.sync = true $stderr.sync = true # Configure RSpec RSpec.configure do |c| c.formatter = :progress end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-google-0.1.5 | test/unit/base.rb |
vagrant-google-0.1.5.rc1 | test/unit/base.rb |