Sha256: 2117528332e26c423fe4d1701372e36206f8dee4fd0476bee624c42929c38c47
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
require_relative 'dummy/container' Dummy::Container.finalize! app_paths = Pathname(__FILE__).dirname.join('../apps').realpath.join('*') Dir[app_paths].each { |f| require "#{f}/system/boot" } require_relative "dummy/application"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-web-roda-0.5.1 | spec/dummy/system/boot.rb |
dry-web-roda-0.5.0 | spec/dummy/system/boot.rb |
dry-web-roda-0.4.0 | spec/dummy/system/boot.rb |