Sha256: bfc1651c90b0b4e3df68a218e7a0dbf4c8015400b695c13d0edfb382494f7b8f

Contents?: true

Size: 432 Bytes

Versions: 12

Compression:

Stored size: 432 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'itext-jruby'

class Test::Unit::TestCase
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
itext-jruby-0.1.3 test/helper.rb
itext-jruby-0.1.2 test/helper.rb
itext-jruby-0.1.1 test/helper.rb
itext-jruby-0.0.9 test/helper.rb
itext-jruby-0.0.8 test/helper.rb
itext-jruby-0.0.7 test/helper.rb
itext-jruby-0.0.6 test/helper.rb
itext-jruby-0.0.5 test/helper.rb
itext-jruby-0.0.4 test/helper.rb
itext-jruby-0.0.3 test/helper.rb
itext-jruby-0.0.2 test/helper.rb
itext-jruby-0.0.1 test/helper.rb