Files
danbooru/test/factories/bulk_update_request.rb

8 lines
160 B
Ruby

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