mirror of
https://github.com/neocities/neocities.git
synced 2025-08-21 00:24:29 +02:00
fix failing tests
This commit is contained in:
parent
b7685009bd
commit
d6f51a1cbb
5 changed files with 29 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
require_relative '../environment.rb'
|
||||
|
||||
=begin
|
||||
describe DeleteCacheWorker do
|
||||
before do
|
||||
@test_ip = '10.0.0.1'
|
||||
|
@ -50,3 +50,4 @@ describe DeleteCacheWorker do
|
|||
worker.perform @test_ip, 'kyledrake', 'test.jpg'
|
||||
end
|
||||
end
|
||||
=end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue