mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
7 lines
231 B
Gherkin
7 lines
231 B
Gherkin
Feature: `osc rdelete` command
|
|
|
|
@destructive
|
|
Scenario: Run `osc rdelete` to delete a project and mark it with a desctructive tag
|
|
When I execute osc with args "rdelete -r -f test:factory -m 'cleanup'"
|
|
Then the exit code is 0
|