From d32ab8ec16266ab69c8346e7a3b38c3e78ad76c9 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Mon, 23 Jan 2017 14:21:29 -0500 Subject: [PATCH] changed .bats test in hopes that they will include my pull request --- test/lib/composure.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/composure.bats b/test/lib/composure.bats index e842dbb8..e4d04687 100755 --- a/test/lib/composure.bats +++ b/test/lib/composure.bats @@ -1,7 +1,7 @@ #!/usr/bin/env bats load ../test_helper -load ../../lib/composure +load ../../lib/composure/composure.sh @test "lib composure: composure_keywords()" { run _composure_keywords assert_output "about author example group param version"