Sha256: c0c947287e8d0f0239626f2b5cc545feb9386f7c86492f8af7e446950ab20520

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 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'
require 'minitest/autorun'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libxml-ruby-3.1.0-x64-mingw32 test/test_helper.rb
libxml-ruby-3.1.0 test/test_helper.rb