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.38.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.37.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.36.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.35.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.34.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.33.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.32.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.31.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.30.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.29.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.28.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.27.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.26.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.25.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.24.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.22.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.21.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.20.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.19.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.18.pre lib/cmor/testimonials/engine.rb