mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ruby: add test/test_cases.rb
This commit is contained in:
parent
989b14b519
commit
d4049fe593
5 changed files with 70 additions and 14 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#
|
||||
# MessagePack format test case
|
||||
#
|
||||
require 'rubygems' rescue nil
|
||||
begin
|
||||
require 'rubygems'
|
||||
rescue LoadError
|
||||
end
|
||||
require 'msgpack'
|
||||
require 'json'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue