Sha256: 34fbf0422657e2fe0654e7924af346f67540f7301a2f7c993aadea6ace50c82c

Contents?: true

Size: 408 Bytes

Versions: 5

Compression:

Stored size: 408 Bytes

Contents

require_relative "test/acceptance/base"

Vagrant::Spec::Acceptance.configure do |c|
  c.component_paths << File.expand_path("../test/acceptance", __FILE__)
  c.skeleton_paths << File.expand_path("../test/acceptance/skeletons", __FILE__)

  c.provider "google",
             box: "https://github.com/mitchellh/vagrant-google/raw/master/google-test.box",
             contexts: ["provider-context/google"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-google-0.2.3 vagrant-spec.config.rb
vagrant-google-0.2.2 vagrant-spec.config.rb
vagrant-google-0.2.1 vagrant-spec.config.rb
vagrant-google-0.2.0 vagrant-spec.config.rb
vagrant-google-0.2.0.rc1 vagrant-spec.config.rb