You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lein spec and lein spec -a do not agree on the namespace in which tests run. lein spec -a runs tests in the namespace perscribed in the spec file, while lein spec runs them from the user namespace (like a REPL).
To reproduce this problem do this:
> git clone https://github.com/brosenan/speclj-bug.git
>cd speclj-bug
> lein spec
# this will fail...> lein spec -a
# this will succeed
My configuration:
Leiningen 2.7.1 on Java 1.8.0_111 OpenJDK 64-Bit Server VM
lein spec
and leinspec -a
do not agree on the namespace in which tests run.lein spec -a
runs tests in the namespace perscribed in the spec file, whilelein spec
runs them from the user namespace (like a REPL).To reproduce this problem do this:
My configuration:
See also: https://github.com/brosenan/speclj-bug
The text was updated successfully, but these errors were encountered: