Sha256: f1442b418b20ab8fdde8fcb9a3f915d0b07de19cebcf63cd7d87f3e5c9d8dbc9
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
module AnnotatorStore class Engine < ::Rails::Engine isolate_namespace AnnotatorStore config.generators do |g| g.integration_tool :rspec g.test_framework :rspec, fixture: false g.fixture_replacement :factory_girl, dir: 'spec/factories' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
annotator_store-1.0.0 | lib/annotator_store/engine.rb |
annotator_store-1.0.0.pre | lib/annotator_store/engine.rb |