mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +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
|
@ -3,7 +3,7 @@ require_relative './environment.rb'
|
|||
describe Time do
|
||||
describe 'ago' do
|
||||
it 'should return the modified value' do
|
||||
Time.now.ago.must_equal 'just now'
|
||||
_(Time.now.ago).must_equal 'just now'
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue