Skip to content

Commit

Permalink
Undercover only ensime.el
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Feb 18, 2015
1 parent 7abbcd0 commit 1093c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dotemacs_test.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(unless (package-installed-p 'undercover)
(package-install 'undercover))
(require 'undercover)
(undercover "ensime*.el" (:exclude "ensime-macros.el") (:exclude "ensime-test.el") (:exclude "ensime-client.el"))
(undercover "ensime.el")

(defun undercover-file-handler (operation &rest args)
"Handle `load' OPERATION. Ignore all ARGS except first."
Expand Down

0 comments on commit 1093c79

Please sign in to comment.