Sha256: 1b8e547445ab42dec149dc2f9b07e5ef729441d4da8a6da53cefda9927cf3e37
Contents?: true
Size: 361 Bytes
Versions: 20
Compression:
Stored size: 361 Bytes
Contents
module MixRailsCore class Engine < ::Rails::Engine # config.autoload_paths += Dir["#{config.root}/lib/**/"] # config.autoload_paths += Dir["#{config.root}/app/models/**/"] config.generators do |g| g.test_framework :rspec g.integration_tool :rspec end end end
Version data entries
20 entries across 20 versions & 2 rubygems