Sha256: 897a374b36905f737b1a672c55ec6041fd633417f92c2096fd7ab014e4bb8f06

Contents?: true

Size: 433 Bytes

Versions: 14

Compression:

Stored size: 433 Bytes

Contents

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

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
marty-2.0.5 lib/marty/engine.rb
marty-2.0.4 lib/marty/engine.rb
marty-2.0.3 lib/marty/engine.rb
marty-2.0.2 lib/marty/engine.rb
marty-2.0.1 lib/marty/engine.rb
marty-2.0.0 lib/marty/engine.rb
marty-1.2.9 lib/marty/engine.rb
marty-1.2.8 lib/marty/engine.rb
marty-1.2.7 lib/marty/engine.rb
marty-1.2.6 lib/marty/engine.rb
marty-1.2.5 lib/marty/engine.rb
marty-1.2.4 lib/marty/engine.rb
marty-1.2.3 lib/marty/engine.rb
marty-1.2.2 lib/marty/engine.rb