#794: remove unnecessary code
This commit is contained in:
parent
577b71a62e
commit
b5b33e7b95
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue