Sha256: ad813a8511fac6192143eb71d79ef99c4ef0ae4409b46d63a1d552017daf93f5
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module Gamification class Engine < ::Rails::Engine isolate_namespace Gamification 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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamification-0.0.2 | lib/gamification/engine.rb |