Sha256: 77e82662fa8f530cbe7d8cc45b6221e32bd8bab32f13ce8a41354e332f0887cc
Contents?: true
Size: 233 Bytes
Versions: 19
Compression:
Stored size: 233 Bytes
Contents
require File.expand_path("../../../../base", __FILE__) describe Vagrant::Plugin::V1::Communicator do let(:machine) { Object.new } it "should not match by default" do described_class.match?(machine).should_not be end end
Version data entries
19 entries across 19 versions & 6 rubygems