features/local.feature in docman-0.0.1 vs features/local.feature in docman-0.0.2

- old
+ new

@@ -5,20 +5,20 @@ I want to use the deploy steps to deploy to local @announce @no-clobber Scenario: Local init - Given I run `docman.rb init sample-docroot https://github.com/aroq/dm-test-docroot-config.git` + Given I run `docman init sample-docroot https://github.com/aroq/dm-test-docroot-config.git` Then the exit status should be 0 Then the following directories should exist: | sample-docroot | | sample-docroot/config | @announce @no-clobber Scenario: Local build development Given I cd to "sample-docroot" - Then I run `docman.rb build local development` + Then I run `docman build local development` Then the exit status should be 0 Then the following directories should exist: | master | | master/docroot | | master/docroot/sites |