Cucumber Features
Expand All
Collapse All
# Example feature
Feature: To show how to run cucumber features
Scenario:
Simplest scenario
Given
I am on
the homepage
features/step_definitions/web_steps.rb:19
Then
I should see "
Ruby on Rails
"
features/step_definitions/web_steps.rb:107