Sha256: 478abff71a5df1c5f23a49e150af130e8a795e409fd211227fdd31ac3f4f44ff

Contents?: true

Size: 637 Bytes

Versions: 5

Compression:

Stored size: 637 Bytes

Contents

Feature: upload a Jekyll site

  @new-files
  Scenario: Push a Jekyll site to S3
    When my S3 website is in "features/support/test_site_dirs/jekyllrb.com"
    And I call the push command
    Then the output should contain
      """
      Deploying features/support/test_site_dirs/jekyllrb.com/_site/* to s3-website-test.net
      Downloading list of the objects in a bucket ... done
      Calculating diff ... done
      Uploading 2 new file(s)
      """
    And the output should contain
      """
      Upload css/styles.css: Success!
      """
    And the output should contain
      """
      Upload index.html: Success!
      """

Version data entries

5 entries across 5 versions & 1 rubygems

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