aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-notify.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-chime-notify.el')
-rw-r--r--tests/test-chime-notify.el15
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/test-chime-notify.el b/tests/test-chime-notify.el
index d96b530..61144c0 100644
--- a/tests/test-chime-notify.el
+++ b/tests/test-chime-notify.el
@@ -24,20 +24,7 @@
;;; Code:
-;; Initialize package system for batch mode
-(when noninteractive
- (package-initialize))
-
-(require 'ert)
-
-;; Load dependencies required by chime
-(require 'dash)
-(require 'alert)
-(require 'async)
-(require 'org-agenda)
-
-;; Load chime from parent directory
-(load (expand-file-name "../chime.el") nil t)
+(require 'test-bootstrap (expand-file-name "test-bootstrap.el"))
;; Load test utilities
(require 'testutil-general (expand-file-name "testutil-general.el"))