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