Sha256: 1f6bebeaccacbde947fccb0808507e7fcc7c6c74c437606d72b436d6c036d9f6
Contents?: true
Size: 188 Bytes
Versions: 6
Compression:
Stored size: 188 Bytes
Contents
module Radiant class Engine < Rails::Engine isolate_namespace Radiant config.generators do |g| g.test_framework :rspec g.integration_tool :cucumber end end end
Version data entries
6 entries across 6 versions & 1 rubygems