Remove dummy spec

This commit is contained in:
Wilson Silva 2023-01-06 10:22:00 +07:00
parent 4780072dea
commit e3ef933b4f
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8

View File

@ -1,11 +0,0 @@
# frozen_string_literal: true
RSpec.describe Nostr do
it "has a version number" do
expect(Nostr::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end