Sha256: cbb009fab6d2782801f4409a17e122457dddfb380f436865265a18974e989689

Contents?: true

Size: 182 Bytes

Versions: 8

Compression:

Stored size: 182 Bytes

Contents

module Incredible
  class Engine < ::Rails::Engine
    isolate_namespace Incredible
    
    config.generators do |g|
      g.test_framework :rspec, fixture: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
incredible-0.0.8.pre lib/incredible/engine.rb
incredible-0.0.7.pre lib/incredible/engine.rb
incredible-0.0.6.pre lib/incredible/engine.rb
incredible-0.0.5.pre lib/incredible/engine.rb
incredible-0.0.4.pre lib/incredible/engine.rb
incredible-0.0.3.pre lib/incredible/engine.rb
incredible-0.0.2.pre lib/incredible/engine.rb
incredible-0.0.1.pre lib/incredible/engine.rb