fail("Let a file on client body temp dir")unlessDir.entries(conf.client_body_temp).select{|f|fifFile.file?(File.expand_path(f,conf.client_body_temp))}.empty?
EventMachine.stop
end
...
...
@@ -212,7 +205,7 @@ describe "Publisher Properties" do
fail("Let a file on client body temp dir")unlessDir.entries(conf.client_body_temp).select{|f|fifFile.file?(File.expand_path(f,conf.client_body_temp))}.empty?
EventMachine.stop
end
...
...
@@ -292,8 +285,7 @@ describe "Publisher Properties" do