nostr-gem/spec/nostr_spec.rb
2024-03-15 19:13:33 +00:00

8 lines
147 B
Ruby

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