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