How to test Gem Extensions in Rails
- by rube_noob
I have written an extension to an existing gem (that is stored in lib) and a corresponding test for my extension.
How could I go about running the gem's tests as well as my own automatically. What is the best practice for this case?