Sha256: f4c5cc19b1ec88d407957dc1850d7318dde3f6966a66d814150cc6c9b64a47ea
Contents?: true
Size: 342 Bytes
Versions: 5
Compression:
Stored size: 342 Bytes
Contents
require 'spec_helper' describe VagrantShellCommander::Plugin do it 'should have a name' do expect(described_class.name).not_to be_nil end it "should define a command of type Command" do default_command = described_class.command. to_hash[:"sh"] expect(default_command).to be(VagrantShellCommander::Command) end end
Version data entries
5 entries across 5 versions & 1 rubygems