Sha256: fc78187d01f4d43a89051948bb7a348e5823780dce36dacdbf1cc19e97612e80
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
# -*- encoding : utf-8 -*- module LoyalCore class Engine < ::Rails::Engine isolate_namespace LoyalCore config.generators do |g| g.test_framework :rspec, :view_specs => true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loyal_core-0.0.2 | lib/loyal_core/engine.rb |
loyal_core-0.0.1 | lib/loyal_core/engine.rb |