Sha256: 438290e463bba6d1f5f7358f3b22b68cea51fffaed7f8fc7fb776ccc3fb4f7a7

Contents?: true

Size: 1.12 KB

Versions: 43

Compression:

Stored size: 1.12 KB

Contents

# Feature: Moving and renaming files

#   Background:
#     Given I will choose "plugins/project/spec/fixtures/myproject" from the "open_directory" dialog
#     When I open a directory
#
#   Scenario: Renaming a file which is currently open
#     Given I will choose "plugins/project/spec/fixtures/myproject/test1/a.txt" from the "open_file" dialog
#     When I open a file
#     Given I will choose "summer.txt" as the rename text
#     When I rename the "a.txt" node in the tree
#     Then my active tab should be "summer.txt"
#
#   Scenario: Bulk renaming files which are currently open
#     Given I will choose "plugins/project/spec/fixtures/myproject/test1/a.txt" from the "open_file" dialog
#     When I open a file
#     Given I will choose "plugins/project/spec/fixtures/myproject/test1/b.txt" from the "open_file" dialog
#     When I open a file
#     And I bulk rename the "a.txt,b.txt" nodes in the tree replacing "" with "Test"
#     Then my active tab should be "Testb.txt"
#     When I close the focussed tab
#     Then my active tab should be "Testa.txt"

# There isn't a good way to simulate file rename text entry at this moment

Version data entries

43 entries across 43 versions & 2 rubygems

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