Sha256: 4e515cea32bc0cc93ef0f8dca560e4b4caa3c95c651e69a70b6bc4d1e6623cc5
Contents?: true
Size: 592 Bytes
Versions: 18
Compression:
Stored size: 592 Bytes
Contents
@a_few @feature:qux Feature: Registering user credentials As a video rental employee I want to enter my credentials So I can identify myself when use the rental application Scenario: Start without credentials Given there is no registered user When I enter the credentials "it's me" Then I should not be authorized Scenario Outline: Registering some credentials When I register my credentials "<credentials>" When I enter the credentials "<credentials>" Then I should see a welcome message Examples: |credentials| |it's me| |himself| |nemo|
Version data entries
18 entries across 18 versions & 1 rubygems