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
Yeah, the problem I have is that I'm not sure what convention people are using for naming their expectations. The mode expects (har har) you to use either myproject.blah-expectations or myproject.expectations.blah in order to enable itself.
Are you using that convention? Probably easy enough to port over the code from clojure-test-mode. I'll do it when I get the chance, unless you beat me to it. In which case, patches welcome :)
FWIW, I'm using project.expectations.blah for project.blah and project.expectations.foo.bar for project.foo.bar so for src/worldsingles/admin/summary.clj I'd expect(!) to have test/worldsingles/expectations/admin/summary.clj.
This is
C-c t
when clojure-test-mode and one of the features I used the most. Would be nice of expectations-mode supported something similar.The text was updated successfully, but these errors were encountered: