Fix failing behave tests

This commit is contained in:
Matthias Vogelgesang 2014-06-28 11:38:06 +02:00
parent 61739dd3b0
commit ae47c5bb80
4 changed files with 25 additions and 3 deletions

View file

@ -41,7 +41,7 @@ def open_journal(journal_name="default"):
config.update(journal_conf)
else: # But also just give them a string to point to the journal file
config['journal'] = journal_conf
return Journal.Journal(**config)
return Journal.open_journal(journal_name, config)
@given('we use the config "{config_file}"')