When running tests, initializers run twice.

Hi everyone,

when I run my rspec tests, my initializers are run twice: Once in development mode, once in test mode. Why does Rails do this? Can this be turned off?

There should be a place to define the enviroments, I guess