Actions
Bug #15247
closedtoplevel constant PuppetError referenced by MailNotification::PuppetError
Description
When running test/unit/report_importer_test.rb, some warnings are logged (on Ruby 2.3.0 at least):
/home/dcleal/code/foreman/foreman/app/services/report_importer.rb:102: warning: toplevel constant PuppetError referenced by MailNotification::PuppetError
The class mentioned should simply be PuppetError - it extends MailNotification, but is not namespaced under it.
Actions