From e78d087c27c941f7277af740b707070c9834f2dd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 15 Apr 2014 21:25:20 -0700 Subject: [PATCH] Tests passing --- test/unit/vagrant/plugin/v2/communicator_test.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/unit/vagrant/plugin/v2/communicator_test.rb b/test/unit/vagrant/plugin/v2/communicator_test.rb index 2d916ad5e..6232b1164 100644 --- a/test/unit/vagrant/plugin/v2/communicator_test.rb +++ b/test/unit/vagrant/plugin/v2/communicator_test.rb @@ -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