Specific config.plugins for each environment

Hi,

I wanted to use config.plugins. It works perfectly in environment.rb, but for instance I don't want to load the rspec plugin when in production mode.

However specifying config.plugins in config/environments/production.rb didn't prevent rspec to load.

How do you do this?