Sha256: 19ca2998e2a9b32b79c050754972efd79e62f7d30efc0a8c15677b71a0235bca

Contents?: true

Size: 534 Bytes

Versions: 42

Compression:

Stored size: 534 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

$: << File.dirname(__FILE__)
$oj_dir = File.dirname(File.expand_path(File.dirname(__FILE__)))
%w(lib ext).each do |dir|
  $: << File.join($oj_dir, dir)
end

require 'test_compat'
require 'test_custom'
require 'test_fast'
require 'test_file'
require 'test_gc'
require 'test_hash'
require 'test_null'
require 'test_object'
require 'test_saj'
require 'test_scp'
require 'test_strict'
require 'test_various'
require 'test_rails'
require 'test_wab'
require 'test_writer'
require 'test_integer_range'

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
devcycle-ruby-server-sdk-2.0.0 vendor/bundle/ruby/3.0.0/gems/oj-3.13.2/test/tests.rb
oj-3.13.10 test/tests.rb
oj-3.13.9 test/tests.rb
oj-3.13.8 test/tests.rb
oj-3.13.7 test/tests.rb
oj-3.13.6 test/tests.rb
oj-3.13.5 test/tests.rb
oj-3.13.4 test/tests.rb
oj-3.13.3 test/tests.rb
oj-3.13.2 test/tests.rb
oj-3.13.1 test/tests.rb
oj-3.13.0 test/tests.rb
oj-3.12.3 test/tests.rb
oj-3.12.2 test/tests.rb
oj-3.12.1 test/tests.rb
oj-3.12.0 test/tests.rb
oj-3.11.8 test/tests.rb
oj-3.11.7 test/tests.rb
oj-3.11.6 test/tests.rb
oj-3.11.5 test/tests.rb