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-3.2.43 test/helper.rb
trisulrp-3.2.42 test/helper.rb
trisulrp-3.2.41 test/helper.rb
trisulrp-3.2.40 test/helper.rb
trisulrp-3.2.39 test/helper.rb
trisulrp-3.2.38 test/helper.rb
trisulrp-3.2.37 test/helper.rb
trisulrp-3.2.36 test/helper.rb
trisulrp-3.2.35 test/helper.rb
trisulrp-3.2.34 test/helper.rb
trisulrp-3.2.32 test/helper.rb
trisulrp-3.2.31 test/helper.rb
trisulrp-3.2.27 test/helper.rb
trisulrp-3.2.26 test/helper.rb
trisulrp-3.2.16 test/helper.rb
trisulrp-3.2.15 test/helper.rb
trisulrp-3.2.14 test/helper.rb
trisulrp-3.2.13 test/helper.rb
trisulrp-3.2.9 test/helper.rb
trisulrp-3.2.8 test/helper.rb