Sha256: 6d8d5b588994e34f792c3eff296a4560521f0ae0f1d126d4f7ff5b2733fd266c

Contents?: true

Size: 510 Bytes

Versions: 8

Compression:

Stored size: 510 Bytes

Contents

Feature: Open directory tree

  Scenario: Open directory
    Given I will choose "." from the "open_directory" dialog
    When I open a directory
    Then I should see "bin,config,lib,plugins" in the tree

  Scenario: Open directory then another directory
    Given I will choose "." from the "open_directory" dialog
    When I open a directory
    Given I will choose "plugins" from the "open_directory" dialog
    When I open a directory
    Then I should see "core,application,tree" in the tree
  
  
  
  

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
redcar-0.3.4.3 plugins/project/features/open_directory_tree.feature
redcar-0.3.4.2 plugins/project/features/open_directory_tree.feature
redcar-0.3.4.1 plugins/project/features/open_directory_tree.feature
redcar-0.3.4 plugins/project/features/open_directory_tree.feature
redcar-0.3.3 plugins/project/features/open_directory_tree.feature
redcar-0.3.2dev plugins/project/features/open_directory_tree.feature
redcar-0.3.1dev plugins/project/features/open_directory_tree.feature
redcar-0.3.0dev plugins/project/features/open_directory_tree.feature