Sha256: 68917f46b6b10af1f77761b89b961b3014510a0d4879be949487cb0e08744263
Contents?: true
Size: 301 Bytes
Versions: 6
Compression:
Stored size: 301 Bytes
Contents
When /^the command completes successfully/ do last_command_started.wait last_command_started.terminate expect(last_command_started.exit_status).to eq(0) end Then /^the output from "([^"]*)" should match \/([^\/]*)\/$/ do |cmd, expected| assert_matching_output(expected, output_from(cmd)) end
Version data entries
6 entries across 6 versions & 1 rubygems