features/script-ci-lib.feature in script-ci-lib-0.0.3 vs features/script-ci-lib.feature in script-ci-lib-0.0.4

- old
+ new

@@ -7,6 +7,14 @@ When I get help for "script-ci-lib" Then the exit status should be 0 And the banner should be present And the banner should document that this app takes options And the following options should be documented: - |--version| + | --version | + + @announce + Scenario: App creates the desired files + Given the directory "script" is empty + When I run `script-ci-lib script` + Then the following files should exist: + | script/ci/lib/functions | + | script/ci/lib/helpers.rb |