Sha256: 7f93c69c66208e9d5ea16d34ab62786323b8611c638deca84e7360cc148600c6
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 Bytes
Contents
Feature: Next and previous article Scenario: Articles know their next and previous article Given the Server is running at "calendar-app" When I go to "/blog/2011-01-01-new-article.html" Then I should see "Next: /blog/2011-01-02-another-article.html" When I go to "/blog/2011-01-02-another-article.html" Then I should see "Previous: /blog/2011-01-01-new-article.html"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-blog-4.0.3 | features/next_previous.feature |
middleman-blog-4.0.2 | features/next_previous.feature |