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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
I've only tested the gem against vanilla rails setup and aren't too familiar with rails engines. Next step is to get some tests going and after that I'm happy to look at making it work for rails engines.
I think the solution might be to skip the vendor dir entirely and just put all the libs in karma/lib
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Rails Engine:
points to MyEngine/test/dummy folder.
However some of the paths are build based on the project's root folder like:
Also "vendor" folder does not exist in newly generated Rails Engine.
I think usage of:
would solve consistency of paths.
Please let me know.
Btw I used rails 3.2.14.
The text was updated successfully, but these errors were encountered: