Sha256: 505479d13fc09b18669b0f80ff5276b2a04c0684f42217c8d77938b38ca4f65a
Contents?: true
Size: 276 Bytes
Versions: 1
Compression:
Stored size: 276 Bytes
Contents
# Required by spec/features/require_mock_steps.rb Given /^nothing happens$/ do; end Given /^the test passes$/ do; end Given /^the test fails$/ do flunk('The test failed!') end Given /^the test fails on the wrong step$/ do flunk('The test failed on the wrong step!!') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cuke-test-0.0.1 | spec/step_definitions/mock_steps.rb |