cadence/features/admin.feature
2024-08-14 15:35:34 -06:00

9 lines
258 B
Gherkin

Feature: Administrative Tests
In order allow developers to adjust to changing features
As a developer
I need to be able to get metadata about the library
Scenario: Check lib Version
When I call the version method
Then it will return "0.0.3"