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

Version Path
vagrant-shell-commander-0.1.4 spec/vagrant_shell_commander_spec.rb
vagrant-shell-commander-0.1.3 spec/vagrant_shell_commander_spec.rb
vagrant-shell-commander-0.1.2 spec/vagrant_shell_commander_spec.rb
vagrant-shell-commander-0.1.1 spec/vagrant_shell_commander_spec.rb
vagrant-shell-commander-0.1.0 spec/vagrant_shell_commander_spec.rb