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