Skip to content

Instantly share code, notes, and snippets.

@dincamihai
Created October 22, 2015 08:12
Show Gist options
  • Save dincamihai/a017799e962e501d00a3 to your computer and use it in GitHub Desktop.
Save dincamihai/a017799e962e501d00a3 to your computer and use it in GitHub Desktop.
Feature: Blog
A site where you can publish your articles.
Scenario: Publishing the article
Given I'm an author user
And I have an article
When I go to the article page
And I press the publish button
Then I should not see the error message
And the article should be published # Note: will query the database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment