Sha256: ea4b6739c1a2cd0811496993846fd4bac928fd094a3d2051b234e3556171abb4
Contents?: true
Size: 405 Bytes
Versions: 5
Compression:
Stored size: 405 Bytes
Contents
require 'dry/web/container' module Dummy class Container < Dry::Web::Container # we need to override default here because we run tests from within the # project root and our app is in spec/dummy configure do |config| config.core_dir = 'component' config.root = Pathname(__FILE__).dirname.join('../..') config.auto_register = 'lib' end load_paths! 'lib' end end
Version data entries
5 entries across 5 versions & 1 rubygems