vagrant/test/unit/plugins
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
..
commands Add test coverage on expected machine-readable output 2019-06-05 13:04:47 -07:00
communicators Always ensure remote destination directory exists 2019-02-26 08:54:49 -08:00
guests Functional/working unit tests for the alt linux guest plugin change hostname capability. 2019-08-27 23:00:36 +05:30
hosts Fix NFS capability detection on Void Linux 2019-03-05 10:03:52 -08:00
kernel_v2/config Merge pull request #10664 from chrisroberts/f-plugin-config-format 2019-02-12 10:00:14 -08:00
providers providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
provisioners Fixes #10912: Update chef install check for guests 2019-06-17 11:02:57 -07:00
pushes Provide custom error when attempting to push too many files with FTP 2018-06-26 08:28:01 -07:00
synced_folders Merge pull request #10902 from briancain/fixup-rsync-listener 2019-06-17 08:20:37 -07:00