FIX: Don't write `wget` response to file.
This commit is contained in:
parent
7181fce71e
commit
e70428ac8c
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue