Sha256: ac1972f8a18f2ef7f9d4efbdb2314d33e8aecf1eb136317a3b5bb8aabccea7c2
Contents?: true
Size: 195 Bytes
Versions: 4
Compression:
Stored size: 195 Bytes
Contents
module Invitation class Engine < ::Rails::Engine config.generators do |g| g.test_framework :rspec g.fixture_replacement :factory_girl, dir: 'spec/factories' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
invitation-0.1.1 | lib/invitation/engine.rb |
invitation-0.1.0 | lib/invitation/engine.rb |
invitation-0.0.2 | lib/invitation/engine.rb |
invitation-0.0.1 | lib/invitation/engine.rb |