# 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