Add a test for the gem's version
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user