Sha256: 7f9143e04dd7836f2a3adc6181037230305470a73999572bf3e7434cb9213b6d
Contents?: true
Size: 362 Bytes
Versions: 1
Compression:
Stored size: 362 Bytes
Contents
require 'rodakase/container' module Dummy class Container < Rodakase::Container # we need to override default here because we run tests from within the # project root and our app is in spec/dummy setting :root, Pathname(__FILE__).dirname.join('../..') setting :auto_register, 'lib' configure do load_paths!('lib') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rodakase-0.0.1 | spec/dummy/core/dummy/container.rb |