Fix a typo in the client spec
This commit is contained in:
parent
0497878d54
commit
61eb0459d4
@ -27,8 +27,8 @@ RSpec.describe Nostr::Client do
|
|||||||
after { stop }
|
after { stop }
|
||||||
|
|
||||||
describe '.new' do
|
describe '.new' do
|
||||||
it 'creates an instance of a relay' do
|
|
||||||
client = described_class.new
|
client = described_class.new
|
||||||
|
it 'creates an instance of a client' do
|
||||||
|
|
||||||
expect(client).to be_an_instance_of(described_class)
|
expect(client).to be_an_instance_of(described_class)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user