mirror of https://github.com/docker/docs.git
integration: merge version-and-commits and main into cli.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
2815f100bd
commit
eb4df9db00
|
@ -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