Sha256: 4c211315eee2abf0b278cf0f8517269b93809fac6a6556723ba17213cc139a01

Contents?: true

Size: 144 Bytes

Versions: 4

Compression:

Stored size: 144 Bytes

Contents

Test::Container.namespace(:foo) do |container|
  container.register('special') do
    require 'test/foo'
    Test::Foo.new('special')
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-system-0.7.3 spec/fixtures/manual_registration/container/foo.rb
dry-system-0.7.2 spec/fixtures/manual_registration/container/foo.rb
dry-system-0.7.1 spec/fixtures/manual_registration/container/foo.rb
dry-system-0.7.0 spec/fixtures/manual_registration/container/foo.rb