mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 66a1aa980b80a10aa73d512efb9da7587bdb62e5
Author: Matthew L. Fidler <[email protected]>
Date:   Mon Jun 16 11:15:19 2014 -0500

    Require the libraries that may be needed...
---
 test/ergoemacs-init.el |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/test/ergoemacs-init.el b/test/ergoemacs-init.el
index 97b6d94..eee284c 100644
--- a/test/ergoemacs-init.el
+++ b/test/ergoemacs-init.el
@@ -28,6 +28,12 @@
 
 ;;; Code:
 
+(require 'f)
+(require 's)
+(require 'dash)
+(require 'el-mock)
+(require 'cask)
+
 ;; Init file for test suite.
 (defvar ergoemacs-test--test-path
   (file-name-directory (or load-file-name (buffer-file-name))))

Reply via email to