Sha256: f9c5789d0920da4de1f084b2b5f42bc80eefea8cdf27b368deaaf9d456ccb4ba
Contents?: true
Size: 363 Bytes
Versions: 37
Compression:
Stored size: 363 Bytes
Contents
module MixRailsCore::Concerns::Engine extend ActiveSupport::Concern # Adds the defaults configurations to the engine based on mix-rails included do config.generators do |g| g.test_framework :rspec g.integration_tool :rspec end end module ClassMethods end end
Version data entries
37 entries across 37 versions & 2 rubygems