Closed obfusk closed 10 years ago
Hi,
I just noticed that in sprockets/test/test_server.rb, the same test is run twice:
sprockets/test/test_server.rb
get "/assets/.-0000000./etc/passwd" assert_equal 403, last_response.status get "/assets/.-0000000./etc/passwd" assert_equal 403, last_response.status
Admittedly not a big issue (unless one of those was meant to do something else) ;-)
- Felix
Ah, doh, I bet it was a merge conflict.
If you want open a PR to remove it and I'll surely merge it!
Sure. See #655. I hope there weren't any tests accidentally removed as well.
Hi,
I just noticed that in
sprockets/test/test_server.rb
, the same test is run twice:Admittedly not a big issue (unless one of those was meant to do something else) ;-)
- Felix