Sha256: 31363f93bd56c1b8d5048e83af2d39af611a2e1749d3e37a9c385d50ab9f627b
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
module Exposition class Engine < ::Rails::Engine isolate_namespace Exposition config.generators do |g| g.test_framework :rspec, :fixture => false g.fixture_replacement :factory_bot, :dir => 'spec/factories' g.assets false g.helper false end initializer "exposition.assets.precompile" do |app| app.config.assets.precompile += %w( exposition/twitter.svg ) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exposition-0.0.5.7.pre.alpha | lib/exposition/engine.rb |
exposition-0.0.5.6.pre.alpha | lib/exposition/engine.rb |