Sha256: 560f8eff88db74fe54c25fc737178901064fba46f9987779dc8fa1e75d143c1c
Contents?: true
Size: 375 Bytes
Versions: 16
Compression:
Stored size: 375 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
16 entries across 16 versions & 1 rubygems