features/2.initialization.feature in sifttter-redux-0.6.4 vs features/2.initialization.feature in sifttter-redux-1.0.0
- old
+ new
@@ -51,11 +51,11 @@
"""
And an empty file located at "/tmp/srd/.dropbox_uploader"
When I run `srd init` interactively
And I type ""
Then the exit status should be 0
-
+
Scenario: Reinitialization (accept)
Given a file located at "/tmp/srd/.sifttter_redux" with the contents:
"""
---
sifttter_redux:
@@ -95,12 +95,12 @@
dayone_remote_filepath: "/Apps/Day\\ One/Journal.dayone/entries2"
db_uploader:
base_filepath: "/usr/local/opt"
dbu_filepath: "/usr/local/opt/Dropbox-Uploader"
exe_filepath: "/usr/local/opt/Dropbox-Uploader/dropbox_uploader.sh"
- """
-
+ """
+
Scenario: Reinitialization (from scratch)
Given no file located at "/tmp/srd/.sifttter_redux"
And an empty file located at "/tmp/srd/.dropbox_uploader"
When I run `srd init -s` interactively
And I type ""
@@ -124,6 +124,6 @@
dayone_remote_filepath: "/Apps/Day\\ One/Journal.dayone/entries"
db_uploader:
base_filepath: "/usr/local/opt"
dbu_filepath: "/usr/local/opt/Dropbox-Uploader"
exe_filepath: "/usr/local/opt/Dropbox-Uploader/dropbox_uploader.sh"
- """
\ No newline at end of file
+ """