Sha256: ab26addee3a02e7d926bf47094248d95ed7b307e44e06907ba99a146c5d13ac9
Contents?: true
Size: 681 Bytes
Versions: 4
Compression:
Stored size: 681 Bytes
Contents
Feature: Atom feed As a blog owner In order to increase return visits I want to publish an Atom feed Scenario: With no blog posts When I am on the feed posts page in "atom" format # I don't know how to test this. But, at least we've made sure no errors # were generated... Scenario: With an unpublished blog post Given I have created a post called "Post title" When I am on the feed posts page in "atom" format Then I should not see "Post title" Scenario: With a published blog post Given I have published a post called "Post title" When I am on the feed posts page in "atom" format Then I should see "Post title"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mist-0.6.3 | features/atom_feed.feature |
mist-0.6.2 | features/atom_feed.feature |
mist-0.6.1 | features/atom_feed.feature |
mist-0.6.0 | features/atom_feed.feature |