mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
15 lines
347 B
Gherkin
15 lines
347 B
Gherkin
Feature: `osc enablechannels` command
|
|
|
|
|
|
# common steps for all scenarios
|
|
Background:
|
|
Given I set working directory to "{context.osc.temp}"
|
|
|
|
|
|
Scenario: Run `osc enablechannels <project>`
|
|
When I execute osc with args "enablechannels test:factory"
|
|
Then stdout is
|
|
"""
|
|
Enabling channels in project 'test:factory'
|
|
"""
|