FIX: Don't write `wget` response to file.

This commit is contained in:
Guo Xiang Tan 2017-09-13 14:09:23 +08:00
parent 7181fce71e
commit e70428ac8c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ begin
append = "?api_key=#{api_key}&api_username=admin1"
# asset precompilation is a dog, wget to force it
run "wget http://127.0.0.1:#{@port}/ -o /dev/null"
run "wget http://127.0.0.1:#{@port}/ -O /dev/null"
tests = [
["categories", "/categories"],