Sha256: f0f9c4d4c886dbcb2ae647c61cc4be40c2b21e7430b43ff332e76d57283d74ce

Contents?: true

Size: 301 Bytes

Versions: 9

Compression:

Stored size: 301 Bytes

Contents

module Hyperstack
  class Engine < ::Rails::Engine
    isolate_namespace Hyperstack
    config.generators do |g|
      g.test_framework      :rspec,        :fixture => false
      g.fixture_replacement :factory_bot, :dir => 'spec/factories'
      g.assets false
      g.helper false
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyper-operation-1.0.alpha1.8 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.7 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.6 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.5 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.4 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.3 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.2 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1.1 lib/hyper-operation/engine.rb
hyper-operation-1.0.alpha1 lib/hyper-operation/engine.rb