Sha256: be2dd2309729393f6fa1f128f458560a713d49566934d34a09b1da79f2206946

Contents?: true

Size: 519 Bytes

Versions: 1

Compression:

Stored size: 519 Bytes

Contents

module Sso
  class Engine < ::Rails::Engine
    isolate_namespace Sso

    # Generators for Rspec and Fabrication
    config.generators do |g|
      g.test_framework  :rspec,
                        :fixtures => true,
                        :view_specs => false,
                        :helper_specs => false,
                        :routing_specs => false,
                        :controller_specs => true,
                        :request_specs => false
      g.fixture_replacement :fabrication
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
doorkeeper_sso-0.0.3 lib/sso/engine.rb