Sha256: a14bf55b856e9ad6568c7476376be79ded8462383a1c7c16b523bc5332866818

Contents?: true

Size: 844 Bytes

Versions: 57

Compression:

Stored size: 844 Bytes

Contents

Feature: Show snippets in a tree

  Scenario: Show groups of snippets in the project pane
    When I click Show Bundles in Tree
    Then I should see a tree mirror titled "Bundles"
    And I should see bundle "Ruby" in the tree
    And I should not see bundle "test_bundle" in the tree

  Scenario: Show individual snippets
    When I click Show Bundles in Tree
    And I open bundle "Perl" in the tree
    Then I should see snippet "Loop" listed

  Scenario: Show subgroups of snippets
    When I click Show Bundles in Tree
    And I open bundle "PHP" in the tree
    Then I should see snippet group "Declarations" listed

#TODO: add add/remove bundles from preferences
#  Scenario: I can refresh the tree if loaded bundles change
#    When I add a bundle
#    And I click Show Bundles in Tree
#    Then I should see "test_bundle" in the tree

Version data entries

57 entries across 57 versions & 2 rubygems

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