plugins/project/features/open_directory_tree.feature in redcar-0.3.10.1dev vs plugins/project/features/open_directory_tree.feature in redcar-0.4

- old
+ new

@@ -1,10 +1,10 @@ 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 + Then I should see "bin,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