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

Version Path
vagrant-google-1.0.0 test/unit/base.rb
vagrant-google-1.0.0.rc0 test/unit/base.rb
vagrant-google-0.2.5 test/unit/base.rb
vagrant-google-0.2.5.rc0 test/unit/base.rb
vagrant-google-0.2.4 test/unit/base.rb
vagrant-google-0.2.3 test/unit/base.rb
vagrant-google-0.2.2 test/unit/base.rb
vagrant-google-0.2.1 test/unit/base.rb
vagrant-google-0.2.0 test/unit/base.rb
vagrant-google-0.2.0.rc1 test/unit/base.rb