-
Notifications
You must be signed in to change notification settings - Fork 1
RomanFigure.Spec.Literals
As a library user
I want to be able to invoke a property on a roman figure
So that I can get the literal of individual figures
Given the roman figure I
When the literal is obtained
Then the literal is I
Tags: RomanFigure, Literal
Given the roman figure V
When the literal is obtained
Then the literal is V
Tags: RomanFigure, Literal
Given the roman figure X
When the literal is obtained
Then the literal is X
Tags: RomanFigure, Literal
Given the roman figure L
When the literal is obtained
Then the literal is L
Tags: RomanFigure, Literal
Given the roman figure C
When the literal is obtained
Then the literal is C
Tags: RomanFigure, Literal
Given the roman figure D
When the literal is obtained
Then the literal is D
Tags: RomanFigure, Literal
Given the roman figure M
When the literal is obtained
Then the literal is M
Tags: RomanFigure, Literal