mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-19 15:31:30 +02:00
Apply bundler gem template recommendations
This commit is contained in:
7
spec/crono_spec.rb
Normal file
7
spec/crono_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe Crono do
|
||||
it 'has a version number' do
|
||||
expect(Crono::VERSION).not_to be nil
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user