Tests passing

This commit is contained in:
Mitchell Hashimoto 2014-04-15 21:25:20 -07:00
parent a2a822c6e6
commit e78d087c27
1 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,4 @@
require File.expand_path("../../../../base", __FILE__)
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