Sha256: 338d283caa2af688c5d06f4389f5d135a8449a7ce2333537fc4e99da4b24bdae

Contents?: true

Size: 1.42 KB

Versions: 35

Compression:

Stored size: 1.42 KB

Contents

# Feature: Word search
#   As a user
#   I want to search for the occurrences of complete words in my project
# 
#   Background:
#     Given I will choose "plugins/project_search/spec/fixtures/project" from the "open_directory" dialog
#     And I open a directory
#     When I open the "Word Search" from the "Project" menu
#     And I wait "3" seconds

  # Scenario: See the search interface
  #   Then I should see "Search for complete words only" in the web view
  # 
  # Scenario: Run a search
  #   When I fill in "#query" with "foo" in the web view
  #   And I press "Find In Project" in the web view
  #   Then I should see "foo bar baz" in the web view

  #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

35 entries across 35 versions & 2 rubygems

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