features/cli.feature in modulesync-2.0.2 vs features/cli.feature in modulesync-2.1.0

- old
+ new

@@ -33,8 +33,11 @@ --- namespace: default """ And a git_base option appended to "modulesync.yml" for local tests And a directory named "moduleroot" - When I run `msync update --noop --namespace fakenamespace` + When I run `msync update --noop --namespace fakenamespace --branch command-line-branch` Then the exit status should be 0 - And the output should match /Syncing fakenamespace/ + And the output should contain: + """ + Creating new branch command-line-branch + """