Sha256: 480b1cd1211237c1c6d39851deff03b2db9f37449d073f75be580e5800caa92d

Contents?: true

Size: 367 Bytes

Versions: 8

Compression:

Stored size: 367 Bytes

Contents

module UnderConstruction
  class Engine < ::Rails::Engine
    config.generators do |g|
      g.test_framework :rspec,
        :fixtures => false,
        :view_specs => false,
        :helper_specs => false,
        :routing_specs => false,
        :controller_specs => true,
        :request_specs => true
      g.assets false
      g.helper false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
under_construction-0.2.2 lib/under_construction/engine.rb
under_construction-0.2.1 lib/under_construction/engine.rb
under_construction-0.1.4 lib/under_construction/engine.rb
under_construction-0.1.3 lib/under_construction/engine.rb
under_construction-0.1.2 lib/under_construction/engine.rb
under_construction-0.1.1 lib/under_construction/engine.rb
under_construction-0.1.0 lib/under_construction/engine.rb
under_construction-0.0.1 lib/under_construction/engine.rb