Sha256: 81bbf991efbf91e160050f17085b3c6528a5e0995001677a42803c0dc65f830e
Contents?: true
Size: 840 Bytes
Versions: 48
Compression:
Stored size: 840 Bytes
Contents
# Copyright (C) 2016 Kouhei Sutou <kou@clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License version 2.1 as published by the Free Software Foundation. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class ErrorMessageTest < Test::Unit::TestCase def test_nonexistent assert_nil(Groonga.error_message) end end
Version data entries
48 entries across 48 versions & 1 rubygems