Sha256: 56a207180b819f7919dde6f3cfb1ea3043cadae1f936d700403d5c51c8f122dd

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

When /^I get help for "([^"]*)"$/ do |app_name|
  @app_name = app_name
  step %(I run `#{app_name} --help`)
end

Then /^the output should print the version$/ do
  # assert_partial_output(WorkingMan::VERSION, all_output)
  expect(last_command_started).to have_output WorkingMan::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
working_man-1.2.0 features/support/step_definitions.rb
working_man-1.1.0 features/support/step_definitions.rb