Commit 0ea6662b51ca559fb9949ba77c809c495486a337

Authored by Andrew Kane
1 parent c98dee03

Fixed test error [skip ci]

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
test/support/helpers.rb
... ... @@ -84,4 +84,8 @@ class Minitest::Test
84 84 def ci?
85 85 ENV["CI"]
86 86 end
  87 +
  88 + # for Active Job helpers
  89 + def tagged_logger
  90 + end
87 91 end
... ...