Apply bundler gem template recommendations

This commit is contained in:
Dzmitry Plashchynski
2015-04-11 18:44:51 +03:00
parent a11a8985c3
commit aaa8bc40e5
11 changed files with 75 additions and 42 deletions

7
spec/crono_spec.rb Normal file
View 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