Sha256: 4033937703b83c540bcb97f60b16cb90f449b77b947c32b53d359ab1aa60de70

Contents?: true

Size: 228 Bytes

Versions: 11

Compression:

Stored size: 228 Bytes

Contents

module ApiUserAuth
  class Engine < ::Rails::Engine
    isolate_namespace ApiUserAuth

    config.generators do |g|
      g.test_framework :rspec
      g.fixture_replacement :factory_bot, dir: 'spec/factories'
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
api_user_auth-0.1.9 lib/api_user_auth/engine.rb
api_user_auth-0.1.8 lib/api_user_auth/engine.rb
api_user_auth-0.1.7 lib/api_user_auth/engine.rb
api_user_auth-0.1.6 lib/api_user_auth/engine.rb
api_user_auth-0.1.5 lib/api_user_auth/engine.rb
api_user_auth-0.1.4 lib/api_user_auth/engine.rb
api_user_auth-0.1.2 lib/api_user_auth/engine.rb
api_user_auth-0.1.1 lib/api_user_auth/engine.rb
api_user_auth-0.1.0 lib/api_user_auth/engine.rb
api_user_auth-0.0.14 lib/api_user_auth/engine.rb
api_user_auth-0.0.12 lib/api_user_auth/engine.rb