Project

General

Profile

Defect #29990

Updated by Marius BÄ‚LTEANU over 5 years ago

The bellow test tests fails when it is run in isolation 

 <pre> 
 Failure: 
 CommentTest#test_create_should_send_notification [/builds/marius-balteanu/redmine/test/unit/comment_test.rb:39]: 
 "ActionMailer::Base.deliveries.size" didn't change by 2. 
 Expected: 2 
   Actual: 1 

 bin/rails test test/unit/comment_test.rb:35 
 </pre> 

 Attached a patch that adds the missing fixtures.

Back