Files
danbooru/test/factories/bulk_update_request.rb
r888888888 f65691b5e6 fix tests
2014-06-18 16:51:55 -07:00

7 lines
124 B
Ruby

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