Build rails 3 engine
I just wrote a post on how to set up rails 3 engine with test in a manner similar to the way DHH’s tolk engine is tested. That means you can test the app without embedding a dummy rails application in the test or spec directory. Sweet.
Post a comment