Skip to content

Commit

Permalink
Merge pull request #203 from regnarock/patch-1
Browse files Browse the repository at this point in the history
Fix typo in gherkin terminal reporter error message
  • Loading branch information
The-Compiler committed Dec 6, 2016
2 parents f48e455 + b2e99a2 commit 65bfca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_bdd/gherkin_terminal_reporter.py
Expand Up @@ -21,7 +21,7 @@ def configure(config):
# Get the standard terminal reporter plugin and replace it with our
current_reporter = config.pluginmanager.getplugin('terminalreporter')
if current_reporter.__class__ != TerminalReporter:
raise Exception("gherkin-terminal-reporter is not compatibile with any other terminal reporter."
raise Exception("gherkin-terminal-reporter is not compatible with any other terminal reporter."
"You can use only one terminal reporter."
"Currently '{0}' is used."
"Please decide to use one by deactivating {0} or gherkin-terminal-reporter."
Expand Down

0 comments on commit 65bfca8

Please sign in to comment.