vagrant/test/unit/plugins/providers
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
..
docker providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
hyperv Fixes #10229: Add timeout for changing hostname on windows 2018-11-02 09:23:00 -07:00
virtualbox Merge pull request #10890 from briancain/add-usability-check-for-docker-plus-tests 2019-06-05 07:58:23 -07:00