Sha256: dfe81e43f6d92ae86683d9338e9fcfa3eb48f4d7663205455224c84decbf2f77

Contents?: true

Size: 280 Bytes

Versions: 7

Compression:

Stored size: 280 Bytes

Contents

module Marty
  class Engine < ::Rails::Engine
    isolate_namespace Marty

    config.autoload_paths << File.expand_path("../../../lib", __FILE__)

    # generators add rspec tests
    config.generators do |g|
      g.test_framework :rspec, :view_specs => false
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
marty-0.5.35 lib/marty/engine.rb
marty-0.5.34 lib/marty/engine.rb
marty-0.5.33 lib/marty/engine.rb
marty-0.5.32 lib/marty/engine.rb
marty-0.5.31 lib/marty/engine.rb
marty-0.5.30 lib/marty/engine.rb
marty-0.5.29 lib/marty/engine.rb