Sha256: fb76b415fadab9135fb7042ac67f267311cf6256af7efef26a37cfa32b487ab4
Contents?: true
Size: 183 Bytes
Versions: 64
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :role, class: 'Spotlight::Role' do resource { FactoryBot.build(:exhibit) } role { 'curator' } user end end
Version data entries
64 entries across 64 versions & 1 rubygems