I found an issue I cannot figure out what is wrong. I am creating a rails app. I have some models joined by "join-models".
Locally if I run 'rspec' everything is working. But if Travis CI runs the specs, it cant resolve the dependencies. And I got an error. What can I do to fix this?