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.7.3 spec/fixtures/import_test/system/boot/bar.rb
dry-system-0.7.3 spec/fixtures/test/system/boot/bar.rb
dry-system-0.7.3 spec/fixtures/other/config/boot/bar.rb
dry-system-0.7.2 spec/fixtures/import_test/system/boot/bar.rb
dry-system-0.7.2 spec/fixtures/test/system/boot/bar.rb
dry-system-0.7.2 spec/fixtures/other/config/boot/bar.rb
dry-system-0.7.1 spec/fixtures/test/system/boot/bar.rb
dry-system-0.7.1 spec/fixtures/other/config/boot/bar.rb
dry-system-0.7.1 spec/fixtures/import_test/system/boot/bar.rb
dry-system-0.7.0 spec/fixtures/other/config/boot/bar.rb
dry-system-0.7.0 spec/fixtures/import_test/system/boot/bar.rb
dry-system-0.7.0 spec/fixtures/test/system/boot/bar.rb
dry-system-0.6.0 spec/fixtures/import_test/system/boot/bar.rb
dry-system-0.6.0 spec/fixtures/test/system/boot/bar.rb
dry-system-0.6.0 spec/fixtures/other/config/boot/bar.rb
dry-system-0.5.1 spec/fixtures/other/config/boot/bar.rb
dry-system-0.5.1 spec/fixtures/test/system/boot/bar.rb
dry-system-0.5.1 spec/fixtures/import_test/system/boot/bar.rb
dry-system-0.5.0 spec/fixtures/test/system/boot/bar.rb
dry-system-0.5.0 spec/fixtures/other/config/boot/bar.rb