Skip to content

Commit

Permalink
Added: test coverage with undercover.el
Browse files Browse the repository at this point in the history
  • Loading branch information
sviridov committed Oct 12, 2014
1 parent 49fe803 commit 8fdbb8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
(development
(depends-on "ecukes")
(depends-on "espuds")
(depends-on "wrap-region"))
(depends-on "wrap-region")
(depends-on "undercover"))
3 changes: 3 additions & 0 deletions features/support/env.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
(add-to-list 'load-path (expand-file-name "espuds" multiple-cursors-util-path))
(add-to-list 'load-path (expand-file-name "vendor" multiple-cursors-util-path))

(require 'undercover)
(undercover "*.el")

(require 'multiple-cursors)
(require 'espuds)
(require 'ert)
Expand Down

0 comments on commit 8fdbb8c

Please sign in to comment.