Sha256: 80301e14012df39828034b3ee160e836a53d1254c49c4cc26df38c7ae01f8bbd
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
FactoryGirl.define do factory :flyboy_goal, class: Flyboy::Goal do name { "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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flyboy-1.1.0 | spec/factories/flyboy_goals.rb |