lib/rspec/configuration.rb in external_services-0.5.2 vs lib/rspec/configuration.rb in external_services-0.5.4

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module ExternalServices module RSpec module Configuration extend ActiveSupport::Concern @@ -16,6 +18,6 @@ end end end end -RSpec::Core::Configuration.send(:include, ExternalServices::RSpec::Configuration) +RSpec::Core::Configuration.include ExternalServices::RSpec::Configuration