Browse Source

Depend on my custom branch of ert-runner

Ryan C. Thompson 8 years ago
parent
commit
825357289f
1 changed files with 6 additions and 1 deletions
  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"))))