Sha256: f2f9723f8ce17fed843bd396097abeffa0869f1680ed2571b88f68bfd0b49b4c

Contents?: true

Size: 763 Bytes

Versions: 5

Compression:

Stored size: 763 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"
    And I call the push command
    Then the output should equal
      """
      Deploying features/support/test_site_dirs/unpublish-a-post.com/_site/* to s3-website-test.net
      Downloading list of the objects in a bucket ... done
      Calculating diff ... done
      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

5 entries across 5 versions & 1 rubygems

Version Path
s3_website-1.8.2 features/delete.feature
s3_website-1.8.1 features/delete.feature
s3_website-1.8.0 features/delete.feature
s3_website-1.7.6 features/delete.feature
s3_website-1.7.5 features/delete.feature