features/ADB.feature in ADB-0.3 vs features/ADB.feature in ADB-0.4

- old
+ new

@@ -15,9 +15,14 @@ Scenario: Installing applications on the device Given the adb server is started And I am connected to the local device Then I should be able to install the sample application + + Scenario: Providing command line options for installation + Given the adb server is started + And I am connected to the local device + Then I should be able to install the sample application using the "-r" option Scenario: Uninstalling the application Given the adb server is started And I am connected to the local device Then I should be able to uninstall the sample application