Skip to content

Commit

Permalink
Fix (other) invalid step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Mar 9, 2018
1 parent 4fe6019 commit 1431761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sismic/testing/behave.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def execute_behave(statechart: str,
for property_sc in properties:
_, property_filename = os.path.split(property_sc)
ENVIRONMENT['before_scenario'].append(
"context.execute_steps('I bind property statechart {path}')\n"
"context.execute_steps('Given I bind property statechart {path}')"
.format(path=os.path.join(tempdir, property_filename).replace('\\', '\\\\'))
)

Expand Down

0 comments on commit 1431761

Please sign in to comment.