Sha256: a6ac5502af45b80046f6700c818c40c4ad5eba2079b5e71fc6b146590950f8c0

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :authentication, class: Stenographer::Authentication do
    provider Faker::Pokemon.name
    uid Faker::Crypto.md5
    credentials { { token: '1234' }.to_json }
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stenographer-rails-0.6.5 spec/factories/stenographer/authentication_factory.rb
stenographer-rails-0.6.4 spec/factories/stenographer/authentication_factory.rb
stenographer-rails-0.6.3 spec/factories/stenographer/authentication_factory.rb
stenographer-rails-0.6.2 spec/factories/stenographer/authentication_factory.rb
stenographer-rails-0.6.1 spec/factories/stenographer/authentication_factory.rb
stenographer-rails-0.6.0 spec/factories/stenographer/authentication_factory.rb