Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: A test MAY fail with NameError: uninitialized constant ActionMailer::Base #898

Open
olleolleolle opened this issue Jan 21, 2021 · 0 comments

Comments

@olleolleolle
Copy link
Contributor

In the test matrix, Ruby 2.5 failed (a lone failure in a build otherwise working) with this error:

  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

@olleolleolle 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant