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.
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 theCipher.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.