Sha256: 63a51d6d4be181cd5de92bb59e4514b0dbdda13a8e000f6d0296f0ba879a4a30

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

Feature: Removing all local data

  @pending @cleanup
  Scenario: User confirms removal should occur
    When I run `troo cleanup` interactively
    And I type "yes"
    Then the output should contain "All local data has been removed."

  @pending @cleanup
  Scenario: User cancels removal
    When I run `troo cleanup` interactively
    And I type "no"
    Then the output should not contain "All local data has been removed."

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
troo-0.0.8 features/cleanup.feature