Sha256: a8c7ce4e8d5223819ead9d5420c181dd81ec6bc7128d6503843737e3ace8b65d
Contents?: true
Size: 266 Bytes
Versions: 6
Compression:
Stored size: 266 Bytes
Contents
module Thincloud module Test class Engine < ::Rails::Engine initializer "thincloud.test.generators" do |app| app.config.generators do |g| g.test_framework :mini_test, spec: true, fixture: false end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems