Skip to content

Commit

Permalink
Backgrounds now work with Scenario Outlines (shaunc)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlisagor committed May 10, 2010
1 parent 46bcc99 commit b6e2238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freshen/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def iterate(self):
new_steps.append(step.set_values(values))
sc = Scenario(self.tags, self.name, new_steps)
sc.feature = self.feature
sc.background = self.background
yield sc


Expand Down

0 comments on commit b6e2238

Please sign in to comment.