Sha256: 4587bb7cb3a72de252d649189e57dcda919efa450955bc703838f3bf18778c84
Contents?: true
Size: 384 Bytes
Versions: 37
Compression:
Stored size: 384 Bytes
Contents
module Marty class Engine < ::Rails::Engine isolate_namespace Marty # eager load paths instead of autoload paths config.eager_load_paths += ['lib', 'other'].map do |dir| File.expand_path("../../../#{dir}", __FILE__) end # generators add rspec tests config.generators do |g| g.test_framework :rspec, :view_specs => false end end end
Version data entries
37 entries across 37 versions & 1 rubygems