vagrant/test/unit
Anders Kaseorg 5b4dcf9443
providers/docker: Fix usability check
In commit 7980178d19 (#10879) I added a
`usable?` class method to `VagrantPlugins::DockerProvider::Provider`.
However, commit 34e53a5a4b (#10890)
incorrectly changed it to an instance method.  This rendered it
ineffective because it’s called on the class, not an instance.  Change
it back to a class method.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-09-10 15:10:43 -07:00
..
bin Add coverage on vagrantfile_name stubbing behavior 2018-07-18 10:50:41 -07:00
plugins providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
support providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
templates Add ipv6 network config templates for SUSE based distributions 2019-08-09 17:23:46 +02:00
vagrant Merge pull request #11043 from briancain/provisioner-enhancements 2019-09-06 08:52:40 -07:00
base.rb Only run tests that require bsdtar if it is available 2019-06-19 15:29:55 -07:00
vagrant_test.rb add `Vagrant.version?` helper method 2018-09-07 11:37:30 +02:00