Sha256: 4a6c314124f600d2376f41e6bd3b64cc6997bfb5ff8be92fd678e8156b1c1767

Contents?: true

Size: 1.07 KB

Versions: 22

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 open the "Todo List" from the "Project" menu
    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

22 entries across 22 versions & 2 rubygems

Version Path
redcar-dev-0.12.17dev plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.16dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.15dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.14dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.13dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.12dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.11dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.10dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.9dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.8dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.7dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.6dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.4dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.3dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.1dev-java plugins/todo_list/features/todo_list.feature
redcar-dev-0.12.0dev-java plugins/todo_list/features/todo_list.feature
redcar-0.11 plugins/todo_list/features/todo_list.feature
redcar-0.11.0dev plugins/todo_list/features/todo_list.feature
redcar-0.10 plugins/todo_list/features/todo_list.feature
redcar-0.9.2 plugins/todo_list/features/todo_list.feature