Tests passing
This commit is contained in:
parent
a2a822c6e6
commit
e78d087c27
|
@ -1,9 +1,4 @@
|
||||||
require File.expand_path("../../../../base", __FILE__)
|
require File.expand_path("../../../../base", __FILE__)
|
||||||
|
|
||||||
describe Vagrant::Plugin::V2::Communicator do
|
describe Vagrant::Plugin::V2::Communicator do
|
||||||
let(:machine) { Object.new }
|
|
||||||
|
|
||||||
it "should not match by default" do
|
|
||||||
expect(described_class.match?(machine)).not_to be
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue