Sha256: 8629f8fa4dd92f0ad9e75bda2f8466c57f5fc86fe298a57236dac3817fb1be35

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

module BaseEditingBootstrap
  class Engine < ::Rails::Engine

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

    initializer "base_editing_bootstrap.deprecator" do |app|
      app.deprecators[:base_editing_bootstrap] = BaseEditingBootstrap.deprecator
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
base_editing_bootstrap-0.7.0 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.6.0 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.4.1 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.4.0 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.3.0 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.2.0 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.1.4 lib/base_editing_bootstrap/engine.rb
base_editing_bootstrap-0.1.2 lib/base_editing_bootstrap/engine.rb