Sha256: f8dac43df48ab9185277bbf3e30480c7f86270b98090f123f88a9c92cd748bb0
Contents?: true
Size: 538 Bytes
Versions: 7
Compression:
Stored size: 538 Bytes
Contents
require "rubygems" require "rspec/its" # Set vagrant env to avoid "Encoded files can't be read" error. ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"] = File.expand_path("../../../", __FILE__) # 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
7 entries across 7 versions & 1 rubygems