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.60.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.59.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.58.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.57.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.56.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.55.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.54.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.53.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.52.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.51.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.50.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.49.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.48.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.45.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.44.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.43.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.42.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.41.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.40.pre lib/cmor/testimonials/engine.rb
cmor_testimonials-0.0.39.pre lib/cmor/testimonials/engine.rb