#794: remove unnecessary code

This commit is contained in:
Vokhmin Alexey V 2012-12-24 18:04:02 +04:00
parent 577b71a62e
commit b5b33e7b95
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ Resque.inline = true
def init_test_root def init_test_root
clear_test_root clear_test_root
%x(mkdir -p #{Rails.root}/tmp/test_root)
%x(mkdir -p #{Rails.root}/tmp/test_root/platforms) %x(mkdir -p #{Rails.root}/tmp/test_root/platforms)
end end