Sha256: 7a2d14b47b7d0795a0f42b68c2f4b0f172705221847277e83cd09712cea5b683
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
module Platon class Engine < ::Rails::Engine isolate_namespace Platon config.generators do |g| g.test_framework :rspec, :fixture => false g.fixture_replacement :factory_girl, :dir => 'spec/support/factories' g.assets false g.helper false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
platon.ua-1.0.1 | lib/platon/engine.rb |