Sha256: 9eab81856af478366c1644e197ebf7a13b2540ca4b728bd719bc14bf89832662
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :output, class: Stenographer::Output do authentication configuration { Faker::Types.complex_rb_hash.to_json } end end
Version data entries
4 entries across 4 versions & 1 rubygems