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