I have a test using Cucumber, capybara and selenium driver. This test should go to a form and submit it. The normal text would be
Scenario: Fill form Give
With Webrat you can just:
When /^I submit the form$/ do submit_form "form_id" end
p. 307, The RSpec Book