mirror of
https://github.com/Cameri/nostream.git
synced 2025-12-11 13:11:22 +01:00
7 lines
213 B
Gherkin
7 lines
213 B
Gherkin
Feature: NIP-01
|
|
Scenario: Alice posts set_metadata event
|
|
Given I am Alice
|
|
And I subscribe to author Alice
|
|
When I send a set_metadata event as Alice
|
|
Then I receive a set_metadata event from Alice
|