From 6d8ff9d0838628e5f7ffb223a3d9d71bc98eb943 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 21 Mar 2017 14:27:36 +0100 Subject: [PATCH] multiply feature --- numerals/features/AndyTjin.feature | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 numerals/features/AndyTjin.feature 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 +