fixes #2190
This commit is contained in:
5
test/factories/bulk_update_request.rb
Normal file
5
test/factories/bulk_update_request.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
FactoryGirl.define do
|
||||
factory(:bulk_update_request) do |f|
|
||||
script "create alias aaa -> bbb"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user