-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"C-c ," not executing tests #11
Comments
@JvJ I fork this repo and fix something, maybe works for you: https://github.com/edipofederle/expectations-mode |
I believe nrepl-send-string is a function from older versions of cider. See this bug: clojure-emacs/cider#1887 So as far as I can tell this library doesn't work at-all right now. I'll see if I can figure out how to fix it. |
Having looked into this, I noted this is broken in many ways:
|
I made merge request to at-least remove the broken installation method and make clear the condition of the project #18 |
Perhaps it also needs to be made clear that this mode -- |
When attempting to execute tests on a namespace from expectations mode, I get the following error message:
expectations-eval: Symbol’s function definition is void: nrepl-send-string
Is there some prerequisite emacs configuration/package that is necessary to get this to work.
Nrepl is currently installed. Current emacs version: GNU Emacs 25.0.50.1 (x86_64-w64-mingw32) of 2015-09-06.
The text was updated successfully, but these errors were encountered: