Sha256: 5534c3e1e19e5b1f14187437cb066d9b2e45e702947010f8a3a6ee6cdb60a99b

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

Feature: Login
  To ensure the safety of the application
  A regular user of the system
  Must authenticate before using the app

  Scenario: Failed Login
    Given I am not authenticated
    When I go to /login
    And I fill in "login" with "i_dont_exist"
    And I fill in "password" with "and_i_dont_have_a_password"
    And I press "Log In"
    Then the login request should fail
    Then I should see an error message

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
david-merb_cucumber-0.3.1.1 lib/generators/cucumber/templates/features/login.feature
david-merb_cucumber-0.4.0 lib/generators/cucumber/templates/features/login.feature