Sha256: b5cc0af9ce951829b66ad191f44eea1e6a4dbcafc91e5dcc401e3e2916a0ba58

Contents?: true

Size: 300 Bytes

Versions: 13

Compression:

Stored size: 300 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hyper-operation-0.5.12 lib/hyper-operation/engine.rb
hyper-operation-0.5.11 lib/hyper-operation/engine.rb
hyper-operation-0.5.10 lib/hyper-operation/engine.rb
hyper-operation-0.5.9 lib/hyper-operation/engine.rb
hyper-operation-0.5.8 lib/hyper-operation/engine.rb
hyper-operation-0.5.7 lib/hyper-operation/engine.rb
hyper-operation-0.5.6 lib/hyper-operation/engine.rb
hyper-operation-0.5.5 lib/hyper-operation/engine.rb
hyper-operation-0.5.4 lib/hyper-operation/engine.rb
hyper-operation-0.5.3 lib/hyper-operation/engine.rb
hyper-operation-0.5.2 lib/hyper-operation/engine.rb
hyper-operation-0.5.1 lib/hyper-operation/engine.rb
hyper-operation-0.5.0 lib/hyper-operation/engine.rb