Sha256: 1a4d815939501979a406eeb72e285d1e34020d4ba7ece6ff863437465590f786
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true RSpec.describe 'bin/ego hello', type: :aruba do before(:each) { run_command('bin/ego hello') } it 'responds with a greeting' do expect(last_command_started).to have_output an_output_string_matching('^[[:upper:]].+\.$') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ego-0.6.0 | spec/ego/acceptance/simple_query_spec.rb |