Sha256: 7da0b4b8822022a5982b112b9146a5187a2dad6d02e72c1b50f57fa64a0812cd
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'bin/ego --help', type: :aruba do before(:each) { run_command('bin/ego --help') } 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/help_spec.rb |