Sha256: 399c88294487a65cac2f1e1f9ef67220ea7aa32f26ecd667ae9b4dccf6ac5d9e

Contents?: true

Size: 385 Bytes

Versions: 15

Compression:

Stored size: 385 Bytes

Contents

require_relative "spec/acceptance/base"

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

  c.provider "skytap",
             box: File.expand_path("../skytap-dummy.box", __FILE__),
             contexts: ["provider-context/skytap"]
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vagrant-skytap-0.2.3 vagrant-spec.config.rb
vagrant-skytap-0.2.2 vagrant-spec.config.rb
vagrant-skytap-0.2.1 vagrant-spec.config.rb
vagrant-skytap-0.2.0 vagrant-spec.config.rb
vagrant-skytap-0.1.11 vagrant-spec.config.rb
vagrant-skytap-0.1.10 vagrant-spec.config.rb
vagrant-skytap-0.1.9 vagrant-spec.config.rb
vagrant-skytap-0.1.8 vagrant-spec.config.rb
vagrant-skytap-0.1.7 vagrant-spec.config.rb
vagrant-skytap-0.1.6 vagrant-spec.config.rb
vagrant-skytap-0.1.5 vagrant-spec.config.rb
vagrant-skytap-0.1.4 vagrant-spec.config.rb
vagrant-skytap-0.1.3 vagrant-spec.config.rb
vagrant-skytap-0.1.2 vagrant-spec.config.rb
vagrant-skytap-0.1.1a vagrant-spec.config.rb