Sha256: a42ea3db771283e05f15e300f0b75bf8ae25cabc18bdcc628068daee860e7563

Contents?: true

Size: 240 Bytes

Versions: 2

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

require 'wcc/rails'

module WCC::Contentful
  class Engine < ::Rails::Engine
    isolate_namespace WCC::Contentful

    config.generators do |g|
      g.test_framework :rspec, fixture: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wcc-contentful-0.2.1 lib/wcc/contentful/engine.rb
wcc-contentful-0.2.0 lib/wcc/contentful/engine.rb