Sha256: f65931f1283c1bd96bf4016f244096ef0a9b270c4fb38319729bf106be9eaa57
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 Bytes
Contents
module ActiveMetadata class Engine < ::Rails::Engine isolate_namespace ActiveMetadata config.generators do |g| g.test_framework :rspec g.integration_tool :rspec end end end
Version data entries
5 entries across 5 versions & 1 rubygems