Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions numerals/features/liamdehaas.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Feature: Numerals should be converted to written english form.

Scenario: Display number 1 in written english form ("one").
Given the input "1"
When the converter is run
Then the output should be "one"

Scenario: Display number 14 in written english form ("fourteen").
Given the input "14"
When the converter is run
Then the output should be "fourteen"