Sha256: a880ebfb2978c7033327d07be459812e883ee32c19c3b80bc3529f51bed90a0b

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 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

3 entries across 3 versions & 1 rubygems

Version Path
lhc-core-interceptors-2.0.1 spec/support/cleanup_configuration.rb
lhc-core-interceptors-2.0.0 spec/support/cleanup_configuration.rb
lhc-core-interceptors-1.0.0 spec/support/cleanup_configuration.rb