Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Make sure 'push!' works
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Sep 29, 2010
1 parent ad2b8f8 commit beb69c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/gitploy.feature
Expand Up @@ -51,11 +51,13 @@ Feature: gitploy
And the output should contain "production@gitploy.foo"
But the output should not contain "Deploy local"
And the output should not contain "staging@staging.gitploy.foo"
And the output should not contain "git push"

Scenario: Deploy on production
Given a valid configuration file
When I run "gitploy production --pretend"
Then the output should contain "Deploy local"
And the output should contain "production@gitploy.foo"
And the output should contain "git push"
But the output should not contain "Setup local"
And the output should not contain "staging@staging.gitploy.foo"

0 comments on commit beb69c1

Please sign in to comment.