Sha256: 35b44a5a227d4d153adce906aad8524e672e3a7f5789dca452bb117d66c25e52
Contents?: true
Size: 340 Bytes
Versions: 53
Compression:
Stored size: 340 Bytes
Contents
module Cmor module Cms class Engine < ::Rails::Engine isolate_namespace Cmor::Cms config.app_generators do |c| c.test_framework :rspec, fixture: true, fixture_replacement: nil c.integration_tool :rspec c.performance_tool :rspec end end end end
Version data entries
53 entries across 53 versions & 1 rubygems