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