Update dummy capability for testing

This commit is contained in:
Chris Roberts 2021-10-06 13:50:13 -07:00 committed by Paul Hinze
parent d37f2ff6fe
commit 4167bf890a
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -3,7 +3,8 @@ module VagrantPlugins
module Cap
class Dummy
def self.dummy(ui, argument)
raise "got argument: #{ui.inspect} and #{argument.inspect}"
ui.info "Dummy host cap in ruby runtime, sent argument: #{argument}"
true
end
end
end