[Rails] Rails 4.2 Mailer Problem

2014-12-28 Thread Philipp Näö
Since we updated our application to Rails 4.2, our mailer tests seems to fail (or not) randomly. Simplified mailer code: class ReservationMailer < ActionMailer::Base default from: 'no-re...@1.de', bcc: 'ko...@1.de' def reservation_received(reservation) @reservation = reservati

[Rails] Rails 4.2 Mailer Problem

2014-12-28 Thread Philipp Näö
Since we updated our application to Rails 4.2, our mailer tests seems to fail (or not) randomly. Simplified mailer code: class ReservationMailer < ActionMailer::Base default from: 'no-re...@1.de', bcc: 'ko...@1.de' def reservation_received(reservation) @reservation = reservati

[Rails] Rails 4.2 Mailer Problem

2014-12-28 Thread Philipp Näö
Since we updated our application to Rails 4.2, our mailer tests seems to fail (or not) randomly. Simplified mailer code: class ReservationMailer < ActionMailer::Base default from: 'no-re...@1.de', bcc: 'ko...@1.de' def reservation_received(reservation) @reservation = reservati