Sha256: 9340024c7d687993f636ffb6c4023bc5a9b624b6a9a5010685b98b0f0c27456e
Contents?: true
Size: 397 Bytes
Versions: 10
Compression:
Stored size: 397 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 $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
10 entries across 10 versions & 1 rubygems