Sha256: e415ddf3d394f17783c2c6c7c562fd6f896aa21f3b723a62250c9a7b005e3bb9

Contents?: true

Size: 510 Bytes

Versions: 46

Compression:

Stored size: 510 Bytes

Contents

Feature: Sort Lines
  
  Background:
    When I open a new edit tab
    
  Scenario: Sort Lines sorts the lines in selected region
    When I replace the contents with "3\n2\n1"
    And I select from 0 to 10
    And I run the command Redcar::Top::SortLinesCommand
    Then the contents should be "1\n2\n3"
    
  Scenario: Nothing is sorted when nothing is selected
    When I replace the contents with "3\n2\n1"
    And I run the command Redcar::Top::SortLinesCommand
    Then the contents should be "3\n2\n1"

Version data entries

46 entries across 46 versions & 2 rubygems

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