Skip to content

Commit

Permalink
Explicitly require active_support/core_ext/kernel/singleton_class w…
Browse files Browse the repository at this point in the history
…hen needed

MetricsGlobalTest is using a `class_eval` which requires the `singleton_class`.
  • Loading branch information
Pierre Nespo authored and pi3r committed Jun 2, 2020
1 parent 5252921 commit bab84fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/gateways/metrics_global_test.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'test_helper'
require 'active_support/core_ext/kernel/singleton_class'

class MetricsGlobalTest < Test::Unit::TestCase
include CommStub
Expand Down

0 comments on commit bab84fe

Please sign in to comment.