cadence/features/admin.feature

9 lines
258 B
Gherkin
Raw Permalink Normal View History

2024-08-14 21:35:34 +00:00
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"