Sha256: c2e3b1916c05f23788f2ef51ffda1322695545b51c4b74f4c3eb67a1a6df8d37

Contents?: true

Size: 415 Bytes

Versions: 4

Compression:

Stored size: 415 Bytes

Contents

module Mastiff
  class Engine < ::Rails::Engine

    #isolate_namespace Mastiff

    config.generators do |g|
         g.test_framework    :rspec,        :fixture => false
         g.integration_tool :rspec
         g.fixture_replacement :factory_girl, :dir => 'spec/factories'
         g.assets false
         g.helper false
     end
    config.autoload_paths += Dir[config.root.join("lib", "**", "*")]

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mastiff-0.1.4 lib/mastiff/engine.rb
mastiff-0.1.3 lib/mastiff/engine.rb
mastiff-0.1.1 lib/mastiff/engine.rb
mastiff-0.1.0 lib/mastiff/engine.rb