Sha256: d14287646d5c00a3cc53ca6164c3d41ee05dfbdef7eb52f52b446bb5d1149a33

Contents?: true

Size: 511 Bytes

Versions: 11

Compression:

Stored size: 511 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_rails'
require 'test_wab'
require 'test_writer'
require 'test_integer_range'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
oj-3.13.21 test/tests.rb
oj-3.13.20 test/tests.rb
oj-3.13.19 test/tests.rb
oj-3.13.18 test/tests.rb
oj-3.13.17 test/tests.rb
oj-3.13.16 test/tests.rb
oj-3.13.15 test/tests.rb
oj-3.13.14 test/tests.rb
oj-3.13.13 test/tests.rb
oj-3.13.12 test/tests.rb
oj-3.13.11 test/tests.rb