Sha256: a4906d1cab0701ae32e152ee802cb8cdce81c8aeed19e09a18a1aacf60ae54ae

Contents?: true

Size: 225 Bytes

Versions: 9

Compression:

Stored size: 225 Bytes

Contents

require 'lhc'

class LHC::Config

  def _cleanup
    @endpoints = {}
    @placeholders = {}
    @interceptors = nil
  end
end

RSpec.configure do |config|
  config.before(:each) do
    LHC::Config.instance._cleanup
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lhc-core-interceptors-3.0.0 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.4.0 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.3.3 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.3.2 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.3.1 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.3.0 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.2.0 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.1.1 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.1.0 spec/support/cleanup_configuration.rb