Sha256: 19542f37dd3d6d2278ee4909f138b3540d8e8047cf194297c6e1bbbf9182360c

Contents?: true

Size: 226 Bytes

Versions: 26

Compression:

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

26 entries across 26 versions & 1 rubygems

Version Path
lhs-2.2.2 spec/support/cleanup_configuration.rb
lhs-1.6.1 spec/support/cleanup_configuration.rb
lhs-2.2.1 spec/support/cleanup_configuration.rb
lhs-2.2.0 spec/support/cleanup_configuration.rb
lhs-1.6.0 spec/support/cleanup_configuration.rb
lhs-2.1.1 spec/support/cleanup_configuration.rb
lhs-3.0.0 spec/support/cleanup_configuration.rb
lhs-2.1.0 spec/support/cleanup_configuration.rb
lhs-2.0.5 spec/support/cleanup_configuration.rb
lhs-2.0.4 spec/support/cleanup_configuration.rb
lhs-2.0.3 spec/support/cleanup_configuration.rb
lhs-2.0.2 spec/support/cleanup_configuration.rb
lhs-2.0.1 spec/support/cleanup_configuration.rb
lhs-2.0.0 spec/support/cleanup_configuration.rb
lhs-1.5.0 spec/support/cleanup_configuration.rb
lhs-1.4.0 spec/support/cleanup_configuration.rb
lhs-1.3.1 spec/support/cleanup_configuration.rb
lhs-1.3.0 spec/support/cleanup_configuration.rb
lhs-1.2.3 spec/support/cleanup_configuration.rb
lhs-1.2.2 spec/support/cleanup_configuration.rb