# File lib/quiz1/t/solutions/Jamis Buck/test/tc_solitaire-cipher.rb, line 40
  def test_encrypt
    msg = "Code in Ruby! Live longer."
    expected = "GLNCQ MJAFF FVOMB JIYCB"
    assert_equal expected, @cipher.encrypt( msg )
  end