amie-wilt / assignments

Homework for TIY!
0 stars 0 forks source link

Assignment 4-3 #20

Open ambethia opened 9 years ago

ambethia commented 9 years ago

Description

Fork this Cipher repository and clone it to your computer.

Read the README file. I've setup the project (in a way we haven't seen before) and I've started work on it. I've implemented the Caesar cipher, and started setting up tests for the Vigenère cipher. You'll need to implement the rest of the Cipher.vigenere method to make the first of the remaining two tests pass. Once that's passing, you should be able to find the solution for the final "complex cipher" without any additional work. Complete that remaining test to verify your work for me.

Run rake from the project's directory to run the tests.