features/cleanup.feature in troo-0.0.7 vs features/cleanup.feature in troo-0.0.8
- old
+ new
@@ -1,12 +1,25 @@
\ No newline at end of file
+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."