Sha256: d6ce22931f52aa07eb33466c281cc4a41149d5d56f3326a6f9a242dc633e05d1
Contents?: true
Size: 233 Bytes
Versions: 19
Compression:
Stored size: 233 Bytes
Contents
require File.expand_path("../../../../base", __FILE__) describe Vagrant::Plugin::V2::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