mirror of
https://github.com/neocities/neocities.git
synced 2025-07-26 04:18:22 +02:00
mostly finished port to ruby3
This commit is contained in:
parent
a9dd102383
commit
0ca1473d22
30 changed files with 765 additions and 731 deletions
|
@ -5,6 +5,6 @@ describe Tempfile do
|
|||
tmp = Tempfile.new
|
||||
tmp.write ''
|
||||
tmp.close
|
||||
tmp.size.must_equal 0
|
||||
_(tmp.size).must_equal 0
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue