features/actions/git.feature in repo_manager-0.7.2 vs features/actions/git.feature in repo_manager-0.7.3
- old
+ new
@@ -147,14 +147,17 @@
Then the exit status should be 0
And the output should contain:
"""
test1
# On branch master
- nothing to commit (working directory clean)
+ nothing to commit
+ """
+ And the output should contain:
+ """
test2
# On branch master
- nothing to commit (working directory clean)
+ nothing to commit
"""
Scenario: Run 'git status --porcelain' on each repo with no changes shows nothing on stdout
When I run `repo git status --porcelain`
Then the exit status should be 0
@@ -263,12 +266,12 @@
Given a repo in folder "test_path_1" with the following:
| filename | status | content |
| new_stuff.txt | A | tmp/* |
When I run `repo commit -m 'automatic commit via repo_manager' --repos test1`
Then the exit status should be 0
- And the output should contain:
+ And the output should match:
"""
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ 1 files? changed, 1 insertion
"""
Scenario: Running a git command that is not whitelisted
Given a file named "repo.conf" with:
"""