FactoryGirl.define do factory :group_membership do canvas_id { SecureRandom.random_number(100_000_000) } workflow_state 'accepted' end end