Sha256: 409631582757a6b8a2dfb0fdb01ce204d1d8cf595855525b31e27aec8acdabed

Contents?: true

Size: 596 Bytes

Versions: 10

Compression:

Stored size: 596 Bytes

Contents

Feature: Login
  To ensure the safety of the application
  A regular user of the system
  Must authenticate before using the app
 
  Scenario Outline: Failed Login
    Given I am not authenticated
    When I go to /login
    And I fill in "login" with "<mail>"
    And I fill in "password" with "<password>"
    And I press "Log In"
    Then the login request should fail
    Then I should see an error message
  
    Examples:
      | mail           | password       |
      | not_an_address | nil            |
      | not@not        | 123455         |
      | 123@abc.com    | wrong_paasword |

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
david-merb_cucumber-0.5.0.1 lib/generators/cucumber/templates/features/authentication/login.feature
david-merb_cucumber-0.5.0 lib/generators/cucumber/templates/features/authentication/login.feature
david-merb_cucumber-0.5.1.1 lib/generators/cucumber/templates/features/authentication/login.feature
david-merb_cucumber-0.5.1.2 lib/generators/cucumber/templates/features/authentication/login.feature
david-merb_cucumber-0.5.1 lib/generators/cucumber/templates/features/authentication/login.feature
jsmestad-merb_cucumber-0.5.1.3 lib/generators/cucumber/templates/features/authentication/login.feature
roman-merb_cucumber-0.5.1.3 lib/generators/cucumber/templates/features/authentication/login.feature
merb_cucumber-0.6.1 lib/generators/cucumber/templates/features/authentication/login.feature
dr-merb_cucumber-0.6 lib/generators/cucumber/templates/features/authentication/login.feature
merb_cucumber-0.5.1.2 lib/generators/cucumber/templates/features/authentication/login.feature