Merge pull request #726 from aluzzardi/integration-naming-cleanup

integration: merge version-and-commits and main into cli.
This commit is contained in:
Victor Vieux 2015-05-05 23:52:56 -07:00
commit 09da40e0cc
2 changed files with 5 additions and 9 deletions

View File

@ -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

View File

@ -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 ]
}