mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-11 21:10:24 +01:00
8 lines
123 B
Ruby
8 lines
123 B
Ruby
require 'spec_helper'
|
|
|
|
describe Crono do
|
|
it 'has a version number' do
|
|
expect(Crono::VERSION).not_to be nil
|
|
end
|
|
end
|