Sha256: 590bc67636986e5c531a3f4c4cb55a96df961799741c9fb11fb7f5f763ba120c
Contents?: true
Size: 359 Bytes
Versions: 6
Compression:
Stored size: 359 Bytes
Contents
module MixRails::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
6 entries across 6 versions & 1 rubygems