Sha256: ecb676acc7d96f23c46d4ed16708c7823fc7883d4d19b9216d645046337b1ff1

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

module Chatty
  class Engine < ::Rails::Engine
    isolate_namespace Chatty
    
    config.generators do |g|
      g.test_framework :rspec
      g.integration_tool :rspec
      g.fixture_replacement :factory_girl, :dir => 'spec/factories'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chatty-0.0.6 lib/chatty/engine.rb
chatty-0.0.5 lib/chatty/engine.rb
chatty-0.0.4 lib/chatty/engine.rb
chatty-0.0.3 lib/chatty/engine.rb
chatty-0.0.2 lib/chatty/engine.rb
chatty-0.0.1 lib/chatty/engine.rb