I'm developing two gem: Runel and Runic. Runel depends on Runic. But then how do I get Runic to load up to run Runel tests (and bundle install).
I need Runic in the Runel tests because some of Runel's classes extend from Runic's classes. And I want to test it (try it out) as the whole thing (Runel is a VM, Runic is the base for it).