Sha256: 7d68913e364fe1a766d723cc559776d3bbc270aff7bf26fa3f9cccb728c782f2

Contents?: true

Size: 332 Bytes

Versions: 12

Compression:

Stored size: 332 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'))

$LOAD_PATH << lib

begin
  require 'xslt'
rescue LoadError
  require 'rubygems'
  require 'xslt'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
libxslt-ruby-1.1.1-x64-mingw32 test/test_helper.rb
libxslt-ruby-1.1.1 test/test_helper.rb
libxslt-ruby-1.1.0-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.1.0 test/test_helper.rb
libxslt-ruby-1.0.9-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.9 test/test_helper.rb
libxslt-ruby-1.0.8-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.8 test/test_helper.rb
libxslt-ruby-1.0.7-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.7 test/test_helper.rb
libxslt-ruby-1.0.6-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.6 test/test_helper.rb