summaryrefslogtreecommitdiff
path: root/features/decryption.feature
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-08-14 12:31:48 -0600
committermo k <mo@mokhan.ca>2012-08-14 12:31:48 -0600
commita36cef4c0242b6632f30efabcc03b145152674a6 (patch)
treea2114f0db2e730e9c381885d64d726dbf6967f98 /features/decryption.feature
parent7062ecf586fd405262f55da07458516063dfd825 (diff)
add step definitioins to satisfy the features.
Diffstat (limited to 'features/decryption.feature')
-rw-r--r--features/decryption.feature11
1 files changed, 8 insertions, 3 deletions
diff --git a/features/decryption.feature b/features/decryption.feature
index 4c2ed1c..edfa9b4 100644
--- a/features/decryption.feature
+++ b/features/decryption.feature
@@ -2,6 +2,11 @@ Feature: Decryption
In order to decrypt a message
I want to be able to decrypt a secret message
- Scenario: Decrypt a message
- Given I have entered blah
- Then the result should be halb on the screen
+ Scenario Outline: Decrypt a message
+ Given I want to decrypt <encrypted>
+ Then the result should be <message> on the screen
+
+ Examples:
+ | message | encrypted |
+ | Your Cipher Is Working | CLEPK HHNIY CFPWH FDFEH |
+ | Welcome To Ruby Quiz | ABVAW LWZSY OORYK DUPVH |