Sha256: 45aed83972bffe89ae042223f819c5c90f1c42d1f17ce807c97f798871fa4cdf
Contents?: true
Size: 720 Bytes
Versions: 3
Compression:
Stored size: 720 Bytes
Contents
Feature: Aliases Scenario: Aliases should generate redirect pages Given the Server is running at "alias-app" When I go to "/foo.html" Then I should see "You are being redirected" Scenario: Aliases should should not over-write existing routes Given the Server is running at "alias-app" When I go to "/double-foo.html" Then I should not see "You are being redirected" Then I should see "This is a page about double foo." Scenario: Aliases should generate multiple redirect pages Given the Server is running at "alias-app" When I go to "/foo-a.html" Then I should see "You are being redirected" When I go to "/foo-b.html" Then I should see "You are being redirected"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
middleman-alias-0.0.11 | features/alias.feature |
middleman-alias-0.0.10 | features/alias.feature |
middleman-alias-0.0.9 | features/alias.feature |