Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
SimpleSpec needs to run in the root of the repo, not the nearest sub-…
Browse files Browse the repository at this point in the history
…project.
  • Loading branch information
ieure committed Jan 23, 2014
1 parent be00076 commit 4cf633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-case-mode.el
Expand Up @@ -1286,7 +1286,7 @@ configured correctly. The classpath is determined by
(c-concat-separated test-classes ","))))

(defun test-case-simplespec-directory ()
(locate-dominating-file (buffer-file-name) "pom.xml"))
(locate-dominating-file (buffer-file-name) ".git"))

(defvar test-case-simplespec-font-lock-keywords
(eval-when-compile
Expand Down

0 comments on commit 4cf633c

Please sign in to comment.