Sha256: 4c61288b075ea664b42a02b8c68f41eaada3a220b38f3ecef2cb673375640946

Contents?: true

Size: 415 Bytes

Versions: 51

Compression:

Stored size: 415 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

    config.assets.precompile << 'marty/diagnostic.css'
  end
end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
marty-1.0.8 lib/marty/engine.rb
marty-1.0.7 lib/marty/engine.rb
marty-1.0.6 lib/marty/engine.rb
marty-1.0.5 lib/marty/engine.rb
marty-1.0.4 lib/marty/engine.rb
marty-1.0.3 lib/marty/engine.rb
marty-1.0.1 lib/marty/engine.rb
marty-1.0.0 lib/marty/engine.rb
marty-0.5.41 lib/marty/engine.rb
marty-0.5.40 lib/marty/engine.rb
marty-0.5.39 lib/marty/engine.rb