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
You can access the selenium send_keys method to invoke a return event like
find_field('field2').native.send_key(:enter)