Sha256: 99e6f75774947999f69230ec20edfdc06d487165f70ba4c109e90e98a1990593
Contents?: true
Size: 405 Bytes
Versions: 2
Compression:
Stored size: 405 Bytes
Contents
module Adherent class Engine < ::Rails::Engine isolate_namespace Adherent I18n.default_locale = :fr config.generators.templates.unshift File.expand_path("lib/templates", root) config.generators do |g| g.test_framework :rspec # g.fixture_replacement :factory_girl, :dir => 'spec/factories' g.assets false g.helper false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adherent-0.1.10 | lib/adherent/engine.rb |
adherent-0.1.9 | lib/adherent/engine.rb |