Sha256: 75f7b34e66045bacad80de005c595f28b80afe4be1f52bb3e069e9c41b46bf58
Contents?: true
Size: 518 Bytes
Versions: 7
Compression:
Stored size: 518 Bytes
Contents
require "rubygems" # 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