nostr-gem/spec/nostr_spec.rb
2023-01-06 12:15:04 +07:00

8 lines
137 B
Ruby

# frozen_string_literal: true
RSpec.describe Nostr do
it 'has a version number' do
expect(Nostr::VERSION).not_to be_nil
end
end