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