5 lines
74 B
Ruby
5 lines
74 B
Ruby
FactoryGirl.define do
|
|
factory :drop_down_list do
|
|
value ''
|
|
end
|
|
end
|