docs/test/integration/main.bats

10 lines
146 B
Bash

#!/usr/bin/env bats
load helpers
@test "test that create doesn't accept any arugments" {
run swarm create derpderpderp
[ "$status" -ne 0 ]
}