aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/oni-bats.bats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-01-08 16:49:02 -0800
committerGravatar Tom Willemse2020-01-08 16:49:02 -0800
commitdd2d254e258fa03bc9a3b5ecc09de630cbcf2333 (patch)
tree25f8f9f308ea063f40fc748f5a90e02ade94de12 /test/integration/oni-bats.bats
parent9a78612a43a884d8ff7c436294853f54b809a69a (diff)
downloademacs-config-dd2d254e258fa03bc9a3b5ecc09de630cbcf2333.tar.gz
emacs-config-dd2d254e258fa03bc9a3b5ecc09de630cbcf2333.zip
Make the wording of the different integration tests more consistent
Diffstat (limited to 'test/integration/oni-bats.bats')
-rwxr-xr-xtest/integration/oni-bats.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/oni-bats.bats b/test/integration/oni-bats.bats
index 0e95593..6690d67 100755
--- a/test/integration/oni-bats.bats
+++ b/test/integration/oni-bats.bats
@@ -1,6 +1,6 @@
#!/usr/bin/env bats
-@test "Loading a bats file loads oni-bats" {
+@test "Opening a .bats file loads oni-bats" {
run emacs -batch -l package -f package-initialize \
-visit test.bats \
-eval "(prin1 (featurep 'oni-bats))"