8 lines
147 B
Ruby
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
|