1 2 3 4 5 6 7
FactoryGirl.define do factory :release do tag "v1.1.0" description "Awesome release" project end end