Sha256: 58d8f47535731b826546665bd91b1e6fae799a280f01bdac1d84e05e41d9d8d6
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
Feature: Calendar pages Scenario: Calendar pages are accessible from preview server Given the Server is running at "calendar-app" When I go to "/2011.html" Then I should see "/2011-01-01-new-article.html" Then I should see "/2011-01-02-another-article.html" Then I should see "Year: '2011'" Then I should see "Month: ''" Then I should see "Day: ''" When I go to "/2011/01.html" Then I should see "/2011-01-01-new-article.html" Then I should see "/2011-01-02-another-article.html" Then I should see "Year: '2011'" Then I should see "Month: '1'" Then I should see "Day: ''" When I go to "/2011/01/01.html" Then I should see "/2011-01-01-new-article.html" Then I should not see "/2011-01-02-another-article.html" Then I should see "Year: '2011'" Then I should see "Month: '1'" Then I should see "Day: '1'" When I go to "/2011/01/02.html" Then I should not see "/2011-01-01-new-article.html" Then I should see "/2011-01-02-another-article.html" Then I should see "Year: '2011'" Then I should see "Month: '1'" Then I should see "Day: '2'"
Version data entries
6 entries across 6 versions & 1 rubygems