features/push.feature in s3_website-1.2.1 vs features/push.feature in s3_website-1.3.0
- old
+ new
@@ -9,10 +9,11 @@
When my S3 website is in "features/support/test_site_dirs/my.blog.com"
Then s3_website will push my blog to S3
And the output should contain
"""
Deploying features/support/test_site_dirs/my.blog.com/_site/* to s3-website-test.net
+ Calculating diff ... done
Uploading 2 new file(s)
"""
And the output should contain
"""
Upload css/styles.css: Success!
@@ -53,10 +54,11 @@
When my S3 website is in "features/support/test_site_dirs/new-and-changed-files.com"
Then s3_website will push my blog to S3
And the output should contain
"""
Deploying features/support/test_site_dirs/new-and-changed-files.com/_site/* to s3-website-test.net
+ Calculating diff ... done
Uploading 1 new and 1 changed file(s)
"""
And the output should contain
"""
Upload css/styles.css: Success!
@@ -76,10 +78,11 @@
When my S3 website is in "features/support/test_site_dirs/only-changed-files.com"
Then s3_website will push my blog to S3
And the output should equal
"""
Deploying features/support/test_site_dirs/only-changed-files.com/_site/* to s3-website-test.net
+ Calculating diff ... done
Uploading 1 changed file(s)
Upload index.html: Success!
Done! Go visit: http://s3-website-test.net.s3-website-us-east-1.amazonaws.com/index.html
"""
@@ -89,9 +92,10 @@
When my S3 website is in "features/support/test_site_dirs/no-new-or-changed-files.com"
Then s3_website will push my blog to S3
And the output should equal
"""
Deploying features/support/test_site_dirs/no-new-or-changed-files.com/_site/* to s3-website-test.net
+ Calculating diff ... done
No new or changed files to upload
Done! Go visit: http://s3-website-test.net.s3-website-us-east-1.amazonaws.com/index.html
"""