# File lib/quiz1/t/solutions/Moses Hohman/test_cipher.rb, line 55 def test_decrypt cipher = Cipher.new("GLNCQ MJAFF FVOMB JIYCB") assert_equal("decrypt", cipher.mode) assert_equal("CODEI NRUBY LIVEL ONGER", cipher.crypt) end