mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
integration: merge version-and-commits and main into cli.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
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" {
|
||||
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 ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user