Removing the SMTP/Mandrill settings in src/config/environments/development.rb allows me to try out the password reset feature in the development environment. Removing these settings in src/config/environments/test.rb is necessary for providing tests of the password reset feature.
Coverage remained the same at 52.482% when pulling 94ae135a764755786176a567d2bb02891746abaa on jhsu802701:pr_config_mailer into c202fabdadb7123388d1b72dc4bd797564a597f8 on minnestar:master.
Removing the SMTP/Mandrill settings in src/config/environments/development.rb allows me to try out the password reset feature in the development environment. Removing these settings in src/config/environments/test.rb is necessary for providing tests of the password reset feature.