Sha256: 7f038c79502d636427cb74d044ee5d08983305e4958e2bab5b056df241290a98

Contents?: true

Size: 392 Bytes

Versions: 18

Compression:

Stored size: 392 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

18 entries across 18 versions & 1 rubygems

Version Path
middleman-blog-4.0.1 features/next_previous.feature
middleman-blog-4.0.0 features/next_previous.feature
middleman-blog-3.6.0.beta.2 features/next_previous.feature
middleman-blog-3.5.3 features/next_previous.feature
middleman-blog-3.5.2 features/next_previous.feature
middleman-blog-3.5.1 features/next_previous.feature
middleman-blog-3.5.0 features/next_previous.feature
middleman-blog-3.4.1 features/next_previous.feature
middleman-blog-3.3.0 features/next_previous.feature
middleman-blog-3.2.0 features/next_previous.feature
middleman-blog-3.1.1 features/next_previous.feature
middleman-blog-3.1.0 features/next_previous.feature
middleman-blog-3.0.0 features/next_previous.feature
middleman-blog-3.0.0.rc.4 features/next_previous.feature
middleman-blog-3.0.0.rc.3 features/next_previous.feature
middleman-blog-3.0.0.rc.2 features/next_previous.feature
middleman-blog-3.0.0.rc.1 features/next_previous.feature
middleman-blog-3.0.0.beta.3 features/next_previous.feature