vagrant/test/unit
Chris Roberts 3ace82cc5b Update Vagrant.has_plugin? helper to function prior to plugin loading
Due to the Vagrantfile being loaded prior to plugin loading to determine
project local plugin information the Vagrant.has_plugin? helper will always
return false when the Vagrantfile is first loaded. To prevent this behavior
we can check for plugins in the plugin data files prior to the plugins
being loaded, and after they have been loaded we can fallback to the
original specification based check.
2018-08-31 14:03:42 -07:00
..
bin Add coverage on vagrantfile_name stubbing behavior 2018-07-18 10:50:41 -07:00
plugins Merge pull request #10092 from jmaness/patch-1 2018-08-31 10:03:49 -07:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
templates Merge pull request #8735 from jhosteny/fix/debian_net_tools_deprecation_dhcp 2018-02-23 09:41:37 -08:00
vagrant Update Vagrant.has_plugin? helper to function prior to plugin loading 2018-08-31 14:03:42 -07:00
base.rb Enable documentation formatter on rspec 2017-10-05 10:17:30 -07:00
vagrant_test.rb Update Vagrant.has_plugin? helper to function prior to plugin loading 2018-08-31 14:03:42 -07:00