Sha256: 35f26d74b73c9bb4d4a62e7ebc321daabd63d6444db6d8e58054a88d7e0561bf
Contents?: true
Size: 221 Bytes
Versions: 14
Compression:
Stored size: 221 Bytes
Contents
FactoryGirl.define do factory :flyboy_goal, class: Flyboy::Goal do title { "I-am-a-goal_#{Kernel.rand(0..9999)}" } description { "I-am-the-goal-description_#{Kernel.rand(0..9999)}" } status "open" end end
Version data entries
14 entries across 14 versions & 1 rubygems