I'm working in a new Rails engine and I need to restart it while testing. Of I try Dummy::Application.initialize!
it do not work because the application was already initialized, so Rails returned the same instance.
I need to do so my engine after_initialize
block runs again>