Files
danbooru/test/factories/bulk_update_request.rb
2019-05-10 17:31:07 -07:00

8 lines
165 B
Ruby

FactoryBot.define do
factory(:bulk_update_request) do |f|
title {"xxx"}
script {"create alias aaa -> bbb"}
skip_secondary_validations {true}
end
end