Sha256: 6b8813726473ac75f34b9cd76fc0ad35d83f031c67fd54ded544f7a0f2ff539a

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dry-system-0.7.3 spec/fixtures/lazytest/system/boot/bar.rb
dry-system-0.7.2 spec/fixtures/lazytest/system/boot/bar.rb
dry-system-0.7.1 spec/fixtures/lazytest/system/boot/bar.rb
dry-system-0.7.0 spec/fixtures/lazytest/system/boot/bar.rb
dry-system-0.6.0 spec/fixtures/lazytest/system/boot/bar.rb
dry-system-0.5.1 spec/fixtures/lazytest/system/boot/bar.rb
dry-system-0.5.0 spec/fixtures/lazytest/system/boot/bar.rb