Hi I''m writing a generator test for a gem that is supposed to work with both mountable engines and rails applications. The generator invokes Rails''s model generator. When running the generator on an engine, it uses Rails model generator which correctly generates app/models/my_engine/user.rb. But I can''t do it on a test: it doesn''t know that it is an engine and run_generator runs the regular generator which generates app/models/user.rb instead. Any hints how to run the generator on "engine mode" in the test ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.