Skip to content

Commit

Permalink
Use undercover
Browse files Browse the repository at this point in the history
  • Loading branch information
dajva committed Mar 18, 2017
1 parent 6c85ce6 commit 5f81e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
(package-file "rg.el")

(development
(depends-on "undercover")
(depends-on "cl-lib" "0.5")
(depends-on "ert-runner")
(depends-on "noflet")
Expand Down
2 changes: 2 additions & 0 deletions test/rg.el-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

;;; Code:

(when (require 'undercover nil t)
(undercover "rg.el"))

;; Unit tests

Expand Down

0 comments on commit 5f81e13

Please sign in to comment.