From 108f4ebe06d8a76cdaa33f403a40e87a81d80bea Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 5 Mar 2015 20:04:56 -0800 Subject: [PATCH] integration: Rename vars to helpers. Signed-off-by: Andrea Luzzardi --- test/integration/{vars.bash => helpers.bash} | 0 test/integration/version-and-gitcommit.bats | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/integration/{vars.bash => helpers.bash} (100%) diff --git a/test/integration/vars.bash b/test/integration/helpers.bash similarity index 100% rename from test/integration/vars.bash rename to test/integration/helpers.bash diff --git a/test/integration/version-and-gitcommit.bats b/test/integration/version-and-gitcommit.bats index f9dd983258..aa4cba3789 100644 --- a/test/integration/version-and-gitcommit.bats +++ b/test/integration/version-and-gitcommit.bats @@ -1,6 +1,6 @@ #!/usr/bin/env bats -load vars +load helpers @test "version string should contain a proper number with git commit" { run swarm -v