diff --git a/numerals/features/AndyTjin.feature b/numerals/features/AndyTjin.feature new file mode 100644 index 0000000..da19f63 --- /dev/null +++ b/numerals/features/AndyTjin.feature @@ -0,0 +1,7 @@ +Feature: Multiply number + +Scenario: multiply two numbers. +Given the input "1*1" +When the converter is run +Then the output should be 1 +