Sha256: c8413578e719ceb56ed22d5b2114f3cdf3d5701c70f23a8f99ad146007f43206

Contents?: true

Size: 181 Bytes

Versions: 3

Compression:

Stored size: 181 Bytes

Contents

describe Kontena::Plugin::Shell::ExitCommand do
  it 'exits cleanly' do
    expect{described_class.new([], []).run}.to raise_error(SystemExit).and output(/Bye/).to_stdout
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kontena-plugin-shell-0.2.0 spec/kontena/plugin/shell/commands/exit_spec.rb
kontena-plugin-shell-0.1.3 spec/kontena/plugin/shell/commands/exit_spec.rb
kontena-plugin-shell-0.1.2 spec/kontena/plugin/shell/commands/exit_spec.rb