Sha256: 4323bfa37e18dc72464da47a662a8202705f65ae1893fb636c992d9b8cc2cc5b
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
module Blorgh class Engine < ::Rails::Engine isolate_namespace Blorgh config.generators do |g| g.test_framework :rspec g.fixture_replacement :factory_girl, :dir => 'spec/factories' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arlblorgh-0.0.1 | lib/blorgh/engine.rb |