Skip to content

Commit

Permalink
Assign feature ScenarioKind to FeatureScenario by default
Browse files Browse the repository at this point in the history
  • Loading branch information
antranapp committed Oct 18, 2021
1 parent 9d66254 commit af04990
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/Scenarios/Scenario/Feature/FeatureScenario.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ public protocol FeatureScenario: AudienceTargetableScenario {

static var context: FeatureContext<Configuration, Output> { get }
}

extension FeatureScenario {
public static var kind: ScenarioKind {
.feature
}
}

0 comments on commit af04990

Please sign in to comment.