From 487f25a7a6870ca78d7daeeccb7218ed4681a429 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Jan 2020 16:27:27 -0800 Subject: Move bats tests to test/integration --- test/oni-alert.bats | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/oni-alert.bats (limited to 'test/oni-alert.bats') diff --git a/test/oni-alert.bats b/test/oni-alert.bats deleted file mode 100644 index 8c42fdf..0000000 --- a/test/oni-alert.bats +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bats - -@test "Loading alert loads oni-alert" { - run emacs -batch -l package -f package-initialize \ - -l alert \ - -eval "(prin1 (featurep 'oni-alert))" - - [ "$output" = "t" ] -} -- cgit v1.2.3-54-g00ecf