Sha256: 9c7e4b8f8efed7edb298cf18f4ef2a2d9ab0246ee81001139b68b2823066efa5

Contents?: true

Size: 333 Bytes

Versions: 7

Compression:

Stored size: 333 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

7 entries across 7 versions & 1 rubygems

Version Path
libxslt-ruby-1.0.5-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.5 test/test_helper.rb
libxslt-ruby-1.0.4-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.4 test/test_helper.rb
libxslt-ruby-1.0.3-x86-mingw32 test/test_helper.rb
libxslt-ruby-1.0.3 test/test_helper.rb
libxslt-ruby-1.0.2-x86-mingw32 test/test_helper.rb