This commit is contained in:
r888888888
2014-06-12 20:12:09 -07:00
parent 9aa1f65eb5
commit 7b97ca192c
18 changed files with 289 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
FactoryGirl.define do
factory(:bulk_update_request) do |f|
script "create alias aaa -> bbb"
end
end