You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Rails::Generators::DecoratorGenerator the generated decorator inheritance with an ApplicationDecorator is expected to contain "class YourModelDecorator < ApplicationDecorator"
Failure/Error: config.after { ActionMailer::Base.deliveries.clear }
NameError:
uninitialized constant ActionMailer::Base
Is there some sort of ordering of tests which trips this up? Randomized with seed 51507
The text was updated successfully, but these errors were encountered:
olleolleolle
changed the title
Test fails with NameError: uninitialized constant ActionMailer::Base
CI: A test MAY fail with NameError: uninitialized constant ActionMailer::Base
Jan 21, 2021
In the test matrix, Ruby 2.5 failed (a lone failure in a build otherwise working) with this error:
Is there some sort of ordering of tests which trips this up?
Randomized with seed 51507
The text was updated successfully, but these errors were encountered: