branch: elpa/with-simulated-input
commit c8389984e617957c0e39a413ed39242b7874f13c
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Update Eldev file
---
Eldev | 11 ++++-------
tests/test-with-simulated-input.el | 3 ---
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/Eldev b/Eldev
index 4967272da3..ed4367454c 100644
--- a/Eldev
+++ b/Eldev
@@ -1,14 +1,11 @@
-; -*- mode: emacs-lisp; lexical-binding: t; no-byte-compile: t -*-
+;; -*- mode: emacs-lisp; lexical-binding: t; no-byte-compile: t -*-
+
+(eldev-use-plugin 'undercover)
-;; Uncomment some calls below as needed for your project. It is not
-;; recommended to use `melpa-unstable' unless some dependencies simply
-;; cannot be downloaded from another archive.
(eldev-use-package-archive 'gnu)
-(eldev-use-package-archive 'melpa-stable)
+(eldev-use-package-archive 'melpa)
(setq eldev-test-framework 'buttercup)
-(eldev-add-extra-dependencies '(test emacs) 'undercover)
-
;; Tell checkdoc not to demand two spaces after a period.
(setq sentence-end-double-space nil)
diff --git a/tests/test-with-simulated-input.el
b/tests/test-with-simulated-input.el
index 47042a76dc..7aa6f7e6aa 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -1,8 +1,5 @@
;;; -*- lexical-binding: t -*-
-(require 'undercover)
-(undercover "with-simulated-input.el")
-
(require 'with-simulated-input)
(require 'cl-lib)
(require 'buttercup)