Sha256: 38e6086cab45b77d48f5de8dbd1418e960aa96161c2c18cccd975f0f4968e54a

Contents?: true

Size: 399 Bytes

Versions: 7

Compression:

Stored size: 399 Bytes

Contents

Rails.application.config.generators do |g|
  g.template_engine     :haml
  g.test_framework      :rspec, fixture: true, fixture_replacement: :factory_girl
  g.view_specs          true
  g.helper_specs        false
  g.helper              false
  g.javascripts         false
  g.stylesheets         false
  g.fixture_replacement :factory_girl, dir: 'spec/factories'
  g.assets              false
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stationed-0.6.0 lib/stationed/generators/templates/generators.rb
stationed-0.5.0 lib/stationed/generators/templates/generators.rb
stationed-0.4.0 lib/stationed/generators/templates/generators.rb
stationed-0.3.0 lib/stationed/generators/templates/generators.rb
stationed-0.2.0 lib/stationed/generators/templates/generators.rb
stationed-0.1.0 lib/stationed/generators/templates/generators.rb
stationed-0.0.1 lib/stationed/generators/templates/generators.rb