mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
9 lines
No EOL
177 B
Ruby
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 |