Skip to content

Instantly share code, notes, and snippets.

@oguzcanhuner
Last active December 11, 2015 15:18
Show Gist options
  • Save oguzcanhuner/4620061 to your computer and use it in GitHub Desktop.
Save oguzcanhuner/4620061 to your computer and use it in GitHub Desktop.
Scenario: Create a journal
Given a user "John" with password "xyz"
When I go to the new journal path
And I fill in "title" with "New Journal"
And I fill in "cover" with "cover note"
When I click "Create Journal"
Then I should be on the dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment