瀏覽代碼

Depend on my custom branch of ert-runner

Ryan C. Thompson 8 年之前
父節點
當前提交
825357289f
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      Cask

+ 6 - 1
Cask

@@ -6,4 +6,9 @@
 
 (development
  (depends-on "f")
- (depends-on "ert-runner"))
+ (depends-on "ert-runner"
+             :git "https://github.com/DarwinAwardWinner/ert-runner.el.git"
+             :branch "win-fix"
+             :files ("*.el"
+                     ("bin" "bin/*")
+                     ("reporters" "reporters/*.el"))))