Sha256: 5ca816a1bff3edff2b1c3f43f9626af98f3c9ce9c5331fdc4aeb39e03d2b3d50

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

Then /^the last output should match (#{PATTERN})$/ do |expected|
  assert { last_output =~ expected }
end

Then /^the last output should not match (#{PATTERN})$/ do |expected|
  deny { last_output =~ expected }
end

Then /^it should fail$/ do
  deny { last_exit_status == 0 }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vendorificator-0.4.0 features/step_definitions/aruba_ext.rb