Sha256: c402a77349a43f4da45a16652665445d01e91a0b114193e7334fd29a0511c2b5

Contents?: true

Size: 630 Bytes

Versions: 3

Compression:

Stored size: 630 Bytes

Contents

Feature: remove an S3 website page from S3

  In order to remove a webpage from S3
  As a blogger
  I want to run s3_website and see that my webpage was deleted from S3

  @one-file-to-delete
  Scenario: The user deletes a blog post
    When my S3 website is in "features/support/test_site_dirs/unpublish-a-post.com"
    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
      Delete index.html: 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/delete.feature
s3_website-0.2.0 features/delete.feature
s3_website-0.1.0 features/delete.feature