Sha256: 957ffb7f35af42cdca94bc5bcf1edcb262e69d9ec1e8d713544f6ec08b4efc21

Contents?: true

Size: 349 Bytes

Versions: 7

Compression:

Stored size: 349 Bytes

Contents

Then(/^bddfire should be installed on the local system$/) do
  run('gem list bddfire')
  expect(last_command_started).to have_output(/bddfire/)
end

Then(/^output should be$/) do |output|
  expect(last_command_started).to have_output(output)
end

Then(/^output should be contain$/) do |string|
  expect(last_command_started).to include?(output)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bddfire-3.0.2 features/step_definition/install.rb
bddfire-3.0.1 features/step_definition/install.rb
bddfire-3.0.0 features/step_definition/install.rb
bddfire-2.0.8 features/step_definition/install.rb
bddfire-2.0.7 features/step_definition/install.rb
bddfire-2.0.6 features/step_definition/install.rb
bddfire-2.0.5 features/step_definition/install.rb