Add a test for the gem's version
This commit is contained in:
parent
8f0ebc739b
commit
a24e2368cb
7
spec/nostr_spec.rb
Normal file
7
spec/nostr_spec.rb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
RSpec.describe Nostr do
|
||||||
|
it 'has a version number' do
|
||||||
|
expect(Nostr::VERSION).not_to be_nil
|
||||||
|
end
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user