Sha256: ad6daa5d12535be17df552dfdc3f853a36334349fbd6515b070ee2c19707da9f
Contents?: true
Size: 240 Bytes
Versions: 5
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true module MobileWorkflow if defined?(Rails) class Engine < ::Rails::Engine isolate_namespace MobileWorkflow config.generators do |g| g.test_framework :rspec end end end end
Version data entries
5 entries across 5 versions & 1 rubygems