Sha256: e111d7a961a501667be4d466488a92f74ebab4f6c4b6a4918aae4118b335434f
Contents?: true
Size: 835 Bytes
Versions: 7
Compression:
Stored size: 835 Bytes
Contents
Feature: VimGolf Browser In order to browse and select VimGolf entries As a user I want to use the VimGolf browser Scenario: Press TAB on entry to view description Given I open the vimgolf browser Then I should not see "Continuing from the last challenge" When I press "TAB" Then I should see "Continuing from the last challenge" When I press "TAB" Then I should not see "Continuing from the last challenge" Scenario: Move through the browse list Given I open the vimgolf browser Then the cursor should be before "Compl" When I press "n" Then the cursor should be before "Make " When I press "n" Then the cursor should be before "Conve" When I press "p" Then the cursor should be before "Make " When I press "p" Then the cursor should be before "Compl"
Version data entries
7 entries across 7 versions & 1 rubygems