Sha256: 7bef866807029d8e960e4fc2dde6df20291805b5c4bedd0eee948a407cdc6a41

Contents?: true

Size: 624 Bytes

Versions: 3

Compression:

Stored size: 624 Bytes

Contents

Feature: configure redirects

  @create-redirect
  Scenario: The user wants to configure new redirects for HTTP resources
    When my S3 website is in "features/support/test_site_dirs/create-redirects"
    Then s3_website will push my blog to S3
    And the output should equal
      """
      Deploying _site/* to s3-website-test.net
      No new or changed files to upload
      Creating new redirects ...
        Redirect welcome.php to /welcome: Success!
        Redirect pets/dogs to /cats-and-dogs/wuf: Success!
      Done! Go visit: http://s3-website-test.net.s3-website-us-east-1.amazonaws.com/index.html

      """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
s3_website-0.2.1 features/redirects.feature
s3_website-0.2.0 features/redirects.feature
s3_website-0.1.0 features/redirects.feature