Sha256: c644d3f3d1985f3f18198cbd76c258e5a69df7c817e062a38dc1bb4ea92a78e6

Contents?: true

Size: 359 Bytes

Versions: 14

Compression:

Stored size: 359 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__)

    # 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-1.2.1 lib/marty/engine.rb
marty-1.2.0 lib/marty/engine.rb
marty-1.1.9 lib/marty/engine.rb
marty-1.1.8 lib/marty/engine.rb
marty-1.1.7 lib/marty/engine.rb
marty-1.1.6 lib/marty/engine.rb
marty-1.1.5 lib/marty/engine.rb
marty-1.1.4 lib/marty/engine.rb
marty-1.1.3 lib/marty/engine.rb
marty-1.1.2 lib/marty/engine.rb
marty-1.1.1 lib/marty/engine.rb
marty-1.0.54 lib/marty/engine.rb
marty-0.5.38 lib/marty/engine.rb
marty-0.5.36 lib/marty/engine.rb