Cucumber Features

Expand All

Collapse All

# Example feature

Feature: To show how to run cucumber features

Scenario: Simplest scenario

  1. Given I am on the homepage
    features/step_definitions/web_steps.rb:19
  2. Then I should see "Ruby on Rails"
    features/step_definitions/web_steps.rb:107