Sha256: 5ccf9feb4c77fec68d8d7738986bddc3613a635bbe60f508c6a1e45c0ff827b1

Contents?: true

Size: 390 Bytes

Versions: 2

Compression:

Stored size: 390 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

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-google-0.1.5 vagrant-spec.config.rb
vagrant-google-0.1.5.rc1 vagrant-spec.config.rb