Sha256: 59176217ba7958e4a3b77829fe0873e981f6091d47a1f41436eef4c409149ab0
Contents?: true
Size: 323 Bytes
Versions: 4
Compression:
Stored size: 323 Bytes
Contents
require 'i18n_language_translations' module I18nHelper class Engine < ::Rails::Engine config.generators do |g| g.test_framework :rspec, fixture: false g.fixture_replacement :factory_girl, dir: 'spec/factories' g.integration_tool :rspec g.assets false g.helper false end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
i18n_helper-0.0.4 | lib/i18n_helper/engine.rb |
i18n_helper-0.0.3 | lib/i18n_helper/engine.rb |
i18n_helper-0.0.2 | lib/i18n_helper/engine.rb |
i18n_helper-0.0.1 | lib/i18n_helper/engine.rb |