From 3eb175c404a53b8c470a1326126e05b0ddba49b3 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Mon, 23 Jan 2017 12:43:23 -0500 Subject: [PATCH] I *think* I fixed bats testing --- lib/composure.bash | 3 ++- test/lib/composure.bats | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/composure.bash b/lib/composure.bash index 0650b399..11ea59a9 100755 --- a/lib/composure.bash +++ b/lib/composure.bash @@ -1,2 +1,3 @@ #!/usr/bin/env bash -. ${BASH_IT}/lib/composure/composure.sh +. "${BASH_IT}/lib/composure/composure.sh" +#. ${BASH_IT}/lib/composure/composure.sh diff --git a/test/lib/composure.bats b/test/lib/composure.bats index af4bc8cf..d67d6b56 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 $BATS_TEST_DIRNAME/../../lib/composure/composure.sh @test "lib composure: composure_keywords()" { run composure_keywords