Sha256: d5b9fbe225afc1afa3d1d506f849552d1e9ffd649ca06a65f84a8d08b60a5375

Contents?: true

Size: 224 Bytes

Versions: 79

Compression:

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

79 entries across 79 versions & 1 rubygems

Version Path
lhs-9.1.0 spec/support/cleanup_configuration.rb
lhs-9.0.4 spec/support/cleanup_configuration.rb
lhs-9.0.3 spec/support/cleanup_configuration.rb
lhs-9.0.2 spec/support/cleanup_configuration.rb
lhs-9.0.1 spec/support/cleanup_configuration.rb
lhs-9.0.0 spec/support/cleanup_configuration.rb
lhs-8.0.0 spec/support/cleanup_configuration.rb
lhs-7.4.1 spec/support/cleanup_configuration.rb
lhs-7.4.0 spec/support/cleanup_configuration.rb
lhs-7.3.0 spec/support/cleanup_configuration.rb
lhs-7.2.5 spec/support/cleanup_configuration.rb
lhs-7.2.4 spec/support/cleanup_configuration.rb
lhs-7.2.3 spec/support/cleanup_configuration.rb
lhs-7.2.2 spec/support/cleanup_configuration.rb
lhs-7.2.1 spec/support/cleanup_configuration.rb
lhs-7.2.0 spec/support/cleanup_configuration.rb
lhs-7.1.0 spec/support/cleanup_configuration.rb
lhs-7.0.3 spec/support/cleanup_configuration.rb
lhs-7.0.2 spec/support/cleanup_configuration.rb
lhs-7.0.1 spec/support/cleanup_configuration.rb