Fix Typo: 'And' should not be in the step name

This commit is contained in:
Aron Curzon 2015-05-27 00:03:16 -07:00
parent 7e0086c394
commit b8bc6c6924
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ test_publish_article.py:
browser.find_by_css('.message.error').first
@then('And the article should be published')
@then('the article should be published')
def article_is_published(article):
article.refresh() # Refresh the object in the SQLAlchemy session
assert article.is_published