Sha256: 63d8e6b4f765dddc4b904536866f3263e172e90b43b54a01a3019dab1940a562

Contents?: true

Size: 310 Bytes

Versions: 50

Compression:

Stored size: 310 Bytes

Contents

module Cmor
  module Testimonials
    class Engine < ::Rails::Engine
      isolate_namespace Cmor::Testimonials

      config.generators do |g|
        g.test_framework :rspec, fixture: false
        g.fixture_replacement :factory_bot
        g.factory_bot dir: 'spec/factories'
      end

    end
  end  
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
cmor_testimonials-0.0.17.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.16.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.15.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.14.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.13.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.12.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.11.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.10.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.9.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.8.pre lib/cmor/testimonials/engine.rb