Sha256: c37a7718008355c415e9cb323801264a33b286cbc806d5978a70823dca421b52

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

RSpec.describe 'bin/ego', type: :aruba do
  before(:each) { run_command('bin/ego') }

  it 'prints usage help' do
    expect(last_command_started).to have_output an_output_string_matching('^Usage: ego')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ego-0.6.0 spec/ego/acceptance/no_args_spec.rb