cwtch/specs/profile.feature

9 lines
307 B
Gherkin

Feature: Cwtch Profile API
Scenario: Creating a Profile
When a profile is created by "alice"
Then the profile should have an attribute "public.profile.name" with the value "alice"
And the profile should have a key "Ed25519PrivateKey"
And the profile should have a key "Ed25519PublicKey"