Disable cache for a bit to see if its killing the build

This commit is contained in:
Sam
2014-01-09 16:08:59 +11:00
parent 1c3fc39525
commit d4cc367a6f
2 changed files with 5 additions and 1 deletions

View File

@ -162,7 +162,8 @@ 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 tmp/test.html"
run "wget http://127.0.0.1:#{@port}/ -o test.html"
`rm test.html`
tests = [
["home", "/"],