7 lines
138 B
Ruby
7 lines
138 B
Ruby
|
|
FactoryGirl.define do
|
||
|
|
factory :supporter_level do
|
||
|
|
title 'Example Supporter Level'
|
||
|
|
url 'www.example.com'
|
||
|
|
conference
|
||
|
|
end
|
||
|
|
end
|