Guest User

Untitled

a guest
Jan 24th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Feature: Articles
  2. In order to have an awesome blog
  3. As an author
  4. I want to create and manage articles
  5.  
  6. Background:
  7. Given article with title 'One'
  8. And article with title 'Two'
  9.  
  10. Scenario: Article index
  11. When I visit the articles page
  12. Then I should see One
  13. And I should see Two
Add Comment
Please, Sign In to add comment