# File lib/quiz1/t/solutions/Jamis Buck/test/tc_keying-algorithms.rb, line 20
  def test_get_not_found
    assert_raise( RuntimeError ) do
      @algorithms.get( "bogus" )
    end
  end