Add version number spec for gem
This commit is contained in:
parent
5f3974331c
commit
e169921c14
7
spec/planet_express_spec.rb
Normal file
7
spec/planet_express_spec.rb
Normal 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
|
Loading…
Reference in New Issue
Block a user