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