Sha256: bbf6a74cabc4ace14a4d9ef3f9efd7286942fb4963e9696cb7e9489cd21b6105

Contents?: true

Size: 1.07 KB

Versions: 19

Compression:

Stored size: 1.07 KB

Contents

Feature: Adding parameters to commands
  As a user
  I want to see what todo-items remain in my project

  Background:
    Given I will choose "plugins/todo_list/spec/fixtures/project" from the "open_directory" dialog
    And I open a directory
    When I select menu item "Project/Todo List"
    And I wait "2" seconds

  Scenario: Opening the TODO list shows the todo items and their action texts without colons
    Then the HTML tab should say "a course of action"
    And the HTML tab should not say ": a course of action"

  Scenario: Opening the TODO list shows the todo item's file names
    Then the HTML tab should say "OPTIMIZE_colon.file"
    And the HTML tab should say "FIXME.file"

  Scenario: Opening the TODO list shows the todo item's line numbers
    Then the HTML tab should say "OPTIMIZE_colon.file:1"
    And the HTML tab should say "FIXME.file:3"

  Scenario: Clicking a TODO item's file name should open it in an edit tab
    When I click "FIXME.file" in the HTML tab
    Then my active tab should be "FIXME.file"
    And the contents should be "#\n#\n<c># FIXME note"

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
redcar-0.13 plugins/todo_list/features/todo_list.feature
redcar-dev-0.13.5dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.13.4dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.13.3dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.13.2dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.13.1dev plugins/todo_list/features/todo_list.feature
redcar-0.12.1 plugins/todo_list/features/todo_list.feature
redcar-dev-0.13.0dev plugins/todo_list/features/todo_list.feature
redcar-0.12 plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.27dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.26dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.25dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.24dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.23dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.22dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.21dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.20dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.19dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.18dev plugins/todo_list/features/todo_list.feature