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