How to test Gem Extensions in Rails

Posted by rube_noob on Stack Overflow See other posts from Stack Overflow or by rube_noob
Published on 2010-05-24T10:39:52Z Indexed on 2010/05/24 22:21 UTC
Read the original article Hit count: 182

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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about unit-testing