I'm extracting functionality into a rails app and I'm wondering what the best practice is for moving the specs over.
Should the specs be in a special namespaced directory?
specs/my_engine
The controllers and models exist within the correct namespace (i.e. engine's name), but I'm not sure what to do about the specs.