Sha256: 12bc2a8d74fa12f5f452f98646f884f35b437f06b6a8be88ca794b2e2b069692

Contents?: true

Size: 1.45 KB

Versions: 3

Compression:

Stored size: 1.45 KB

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
  
  Scenario: Title of window reflects open project
    Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog
    When I open a directory
    Then the window should have title "myproject"

  Scenario: Title of window returns to "Redcar" if directory is closed
    Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog
    When I open a directory
    Then the window should have title "myproject"
    When I close the directory
    Then the window should have title "Redcar"

  Scenario: Directory keeps the same width if maximized
    Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog
    When I open a directory
    Then the directory tree width should be the default
    When I maximize the window size
    Then the directory tree width should be the default
    When I restore the window size
    Then the directory tree width should be the default
    

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redcar-0.3.7.1 plugins/project/features/open_directory_tree.feature
redcar-0.3.7 plugins/project/features/open_directory_tree.feature
redcar-0.3.6 plugins/project/features/open_directory_tree.feature