# File lib/quiz1/t/solutions/Moses Hohman/test_cipher.rb, line 49 def test_encrypt cipher = Cipher.new("Code in Ruby, live longer!") assert_equal("encrypt", cipher.mode) assert_equal("GLNCQ MJAFF FVOMB JIYCB", cipher.crypt) end