Sha256: 86a07ec4383538f11bd990f4332a7a9a60caba4099f46fa3c1c52a71ae5154a8

Contents?: true

Size: 457 Bytes

Versions: 55

Compression:

Stored size: 457 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 'trisulrp'

class Test::Unit::TestCase

	include TrisulRP::Utils

end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
trisulrp-1.5.8 test/helper.rb
trisulrp-1.5.7 test/helper.rb
trisulrp-1.5.6 test/helper.rb
trisulrp-1.5.5 test/helper.rb
trisulrp-1.5.4 test/helper.rb
trisulrp-1.5.0 test/helper.rb
trisulrp-1.4.6 test/helper.rb
trisulrp-1.4.5 test/helper.rb
trisulrp-1.4.4 test/helper.rb
trisulrp-1.4.3 test/helper.rb
trisulrp-1.4.2 test/helper.rb
trisulrp-1.2.11 test/helper.rb
trisulrp-1.2.10 test/helper.rb
trisulrp-1.2.9 test/helper.rb
trisulrp-1.2.8 test/helper.rb