vagrant/test/unit
Mitchell Hashimoto 52a2f48b20 Provider-specific configuration overrides via 2nd block param
Example:

Vagrant.configure("2") do |config|
  # ...

  config.vm.provider :virtualbox do |p, vb_config|
    vb_config.vm.box = "virtualbox_box"
  end
end
2013-04-03 14:57:14 -07:00
..
support vagrant box add --force works again [GH-1413] 2013-03-13 21:20:25 -07:00
vagrant Provider-specific configuration overrides via 2nd block param 2013-04-03 14:57:14 -07:00
base.rb Create a "dummy" provider for tests 2012-12-23 16:29:24 -08:00
vagrant_test.rb Be smarter about determining if plugin load failed 2013-02-22 15:10:34 -08:00