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