Sha256: 1686ca30c5a11999fd4a2d5c6e18dc58dba694a6a22ec9b685a8886d6c9eb307

Contents?: true

Size: 206 Bytes

Versions: 43

Compression:

Stored size: 206 Bytes

Contents

Test::Container.namespace(:test) do |container|
  module Test
    module Bar
      # I shall be booted
    end
  end

  container.finalize(:bar) do
    container.register(:bar, 'I was finalized')
  end
end

Version data entries

43 entries across 13 versions & 2 rubygems

Version Path
dry-system-0.5.0 spec/fixtures/import_test/system/boot/bar.rb
dry-component-0.4.3 spec/fixtures/test/component/boot/bar.rb
dry-component-0.4.3 spec/fixtures/import_test/component/boot/bar.rb
dry-component-0.4.3 spec/fixtures/lazytest/component/boot/bar.rb
dry-component-0.4.3 spec/fixtures/other/config/boot/bar.rb
dry-component-0.4.2 spec/fixtures/import_test/component/boot/bar.rb
dry-component-0.4.2 spec/fixtures/test/component/boot/bar.rb
dry-component-0.4.2 spec/fixtures/other/config/boot/bar.rb
dry-component-0.4.2 spec/fixtures/lazytest/component/boot/bar.rb
dry-component-0.3.0 spec/fixtures/lazytest/component/boot/bar.rb
dry-component-0.3.0 spec/fixtures/test/component/boot/bar.rb
dry-component-0.3.0 spec/fixtures/other/config/boot/bar.rb
dry-component-0.3.0 spec/fixtures/import_test/component/boot/bar.rb
dry-component-0.2.0 spec/fixtures/lazytest/component/boot/bar.rb
dry-component-0.2.0 spec/fixtures/test/component/boot/bar.rb
dry-component-0.2.0 spec/fixtures/other/config/boot/bar.rb
dry-component-0.2.0 spec/fixtures/import_test/component/boot/bar.rb
dry-component-0.1.0 spec/fixtures/lazytest/core/boot/bar.rb
dry-component-0.1.0 spec/fixtures/test/core/boot/bar.rb
dry-component-0.1.0 spec/fixtures/other/config/boot/bar.rb