vagrant/test/unit/support
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
..
shared providers/docker: Fix usability check 2019-09-10 15:10:43 -07:00
dummy_communicator.rb Dummy communicator runs :test correctly 2014-03-10 18:51:47 -07:00
dummy_provider.rb core: only delete state if not created on initialize only 2014-11-10 16:29:19 -08:00
isolated_environment.rb Add unique names to all tmpdir and tempfile calls in tests + cleanup 2016-05-28 23:22:34 -04:00