Combustion: Elegant testing for Rails Engines
Over the last few weeks I’ve been building a Rails Engine - and have been hunting for a better way of testing it without including a full Rails app in the spec (or test) directory, with its own set of tests.
The end result is Combustion, a gem for testing Rails Engines cleanly and elegantly (at least, I think so). It allows you to test your engine within the context of a Rails app without building a full app yourself.
Post a comment