Sha256: 406dedd107a46109fad1f038f6ae4612c06658b3bc53a7f2de9c3e69e148b12d

Contents?: true

Size: 241 Bytes

Versions: 2

Compression:

Stored size: 241 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

2 entries across 2 versions & 1 rubygems

Version Path
stenographer-rails-0.7.1 spec/factories/stenographer/authentication_factory.rb
stenographer-rails-0.7.0 spec/factories/stenographer/authentication_factory.rb