aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/oni-autohotkey.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-autohotkey.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-autohotkey.bats')
-rw-r--r--test/integration/oni-autohotkey.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/oni-autohotkey.bats b/test/integration/oni-autohotkey.bats
index 1a90aa2..77853b0 100644
--- a/test/integration/oni-autohotkey.bats
+++ b/test/integration/oni-autohotkey.bats
@@ -1,6 +1,6 @@
#!/usr/bin/env bats
-@test "Loading an AHK file loads oni-autohotkey" {
+@test "Opening a .ahk file loads oni-autohotkey" {
run emacs -batch -l package -f package-initialize \
-visit test.ahk \
-eval "(prin1 (featurep 'oni-autohotkey))"