mirror of https://github.com/docker/docs.git
Merge pull request #726 from aluzzardi/integration-naming-cleanup
integration: merge version-and-commits and main into cli.
This commit is contained in:
commit
09da40e0cc
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
|
@test "create doesn't accept any arugments" {
|
||||||
|
run swarm create derpderpderp
|
||||||
|
[ "$status" -ne 0 ]
|
||||||
|
}
|
||||||
|
|
||||||
@test "version string should contain a proper number with git commit" {
|
@test "version string should contain a proper number with git commit" {
|
||||||
run swarm -v
|
run swarm -v
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
#!/usr/bin/env bats
|
|
||||||
|
|
||||||
load helpers
|
|
||||||
|
|
||||||
@test "test that create doesn't accept any arugments" {
|
|
||||||
run swarm create derpderpderp
|
|
||||||
[ "$status" -ne 0 ]
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue