A website template with lots of features, built with ruby on rails.

manage_articles.feature 272B

123456789
  1. Feature: Manage Articles
  2. In order to make a blog
  3. As an author
  4. I want to create and manage articles
  5. Scenario: Blog Posts List
  6. Given I have blog posts titled Pizza, Breadsticks
  7. When I go to the blog page
  8. Then I should see "Pizza" And I should see "Breadsticks"