Sha256: bc3eb1485b900c77bff7828c605a9a8bb58bdbf270e5b002845f3b76d6482bce

Contents?: true

Size: 355 Bytes

Versions: 40

Compression:

Stored size: 355 Bytes

Contents

# encoding: UTF-8

# To make testing/debugging easier, test within this source tree versus an installed gem

dir = File.dirname(__FILE__)
root = File.expand_path(File.join(dir, '..'))
lib = File.expand_path(File.join(root, 'lib'))
ext = File.expand_path(File.join(root, 'ext', 'libxml'))

$LOAD_PATH << lib
$LOAD_PATH << ext

require 'xml'

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
libxml-ruby-2.1.2-x86-mingw32 test/test_helper.rb
libxml-ruby-2.1.2 test/test_helper.rb
libxml-ruby-2.1.1-x86-mingw32 test/test_helper.rb
libxml-ruby-2.1.1 test/test_helper.rb
libxml-ruby-2.1.0-x86-mingw32 test/test_helper.rb
libxml-ruby-2.1.0 test/test_helper.rb
libxml-ruby-2.0.9-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.9 test/test_helper.rb
libxml-ruby-2.0.6-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.6 test/test_helper.rb
libxml-ruby-2.0.5-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.5 test/test_helper.rb
libxml-ruby-2.0.4-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.4 test/test_helper.rb
libxml-ruby-2.0.3-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.3 test/test_helper.rb
libxml-ruby-2.0.2-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.2 test/test_helper.rb
libxml-ruby-2.0.0-x86-mingw32 test/test_helper.rb
libxml-ruby-2.0.0 test/test_helper.rb