Sha256: f1c54a65fe8a6ab052874f9f0f26a52c2396027f096caef91368d03d061d4694

Contents?: true

Size: 354 Bytes

Versions: 6

Compression:

Stored size: 354 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'
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adherent-0.1.7 lib/adherent/engine.rb
adherent-0.1.6 lib/adherent/engine.rb
adherent-0.1.5 lib/adherent/engine.rb
adherent-0.1.4 lib/adherent/engine.rb
adherent-0.1.3 lib/adherent/engine.rb
adherent-0.1.2 lib/adherent/engine.rb