Sha256: d98244f144b388d7915f125e3ffd5b53fb99c17e92779ffe6b0643bffe42c99d

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 Bytes

Contents

Feature: Front page 

  As a user
  I want to enter my information into a form
  In order to submit that information
  
  Scenario: I visit the front page
    When I visit the front page
    Then I should see a form
    And I should see a savings text field
    And I should see an income text field
    And I should see a bills text field
    And I should see an email text field
    And I should see a tos checkbox
    And I should see a submit button

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
winton-sum-0.1.1 features/front_page.feature
sum-0.1.2 features/front_page.feature
sum-0.1.1 features/front_page.feature