1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-14 16:37:20 +02:00
neocities/tests/ext_tests.rb

9 lines
No EOL
177 B
Ruby

require_relative './environment.rb'
describe Time do
describe 'ago' do
it 'should return the modified value' do
Time.now.ago.must_equal 'just now'
end
end
end