# File test/test_rep.rb, line 55
    def test_not_found
      assert_exception(RuntimeError) {
        @rep.fetch(:Nothing)
      }
    end