Actions
Bug #15588
closedReduce warnings when running katello tests
Description
I see a ton of warnings from gems when running `rake test:katello`:
/home/vagrant/.rvm/gems/ruby-2.2.4@foreman/gems/ancestry-2.1.0/lib/ancestry/instance_methods.rb:272: warning: instance variable @disable_ancestry_callbacks not initialized
It makes reading the test output quite hard. Looks like foreman already silences these.
Actions