Sha256: 9612f9d08adabad6c7cbb912b8946868ffd2954c98eda7d24eaac0f70b459028
Contents?: true
Size: 410 Bytes
Versions: 46
Compression:
Stored size: 410 Bytes
Contents
module Itsf module Backend class Engine < ::Rails::Engine isolate_namespace Itsf::Backend config.generators do |g| g.test_framework :rspec, fixture: false g.fixture_replacement :factory_girl, dir: 'spec/factories' g.assets false g.helper false end config.paths.add root.join(*%w(app extensions concerns)).to_s, eager_load: true end end end
Version data entries
46 entries across 46 versions & 1 rubygems