Skip to content

Commit

Permalink
Add require to tests helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Matus Goljer committed Oct 14, 2016
1 parent ab60d7c commit 8454d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/examples-to-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
(when (require 'undercover nil t)
(undercover "*.el"))

(require 'dash-functional)
(require 'dash)

(require 'ert)

(defun example-to-should (actual sym expected)
Expand Down

0 comments on commit 8454d9e

Please sign in to comment.