1
0

Add version number spec for gem

This commit is contained in:
Tim Kächele 2021-03-05 21:03:32 +01:00
parent 5f3974331c
commit e169921c14

View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
RSpec.describe PlanetExpress do
it 'has a version number' do
expect(PlanetExpress::VERSION).not_to be nil
end
end