Sha256: 9c68dfd831c84c66aa1cb14f28afd568871e6ee9035b2efb210b79c17d5c7b23

Contents?: true

Size: 429 Bytes

Versions: 13

Compression:

Stored size: 429 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 'graphkit'

class Test::Unit::TestCase
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
graphkit-0.4.4 test/helper.rb
graphkit-0.4.2 test/helper.rb
graphkit-0.4.1 test/helper.rb
graphkit-0.4.0 test/helper.rb
graphkit-0.3.5 test/helper.rb
graphkit-0.3.4 test/helper.rb
graphkit-0.3.3 test/helper.rb
graphkit-0.3.2 test/helper.rb
graphkit-0.3.1 test/helper.rb
graphkit-0.3.0 test/helper.rb
graphkit-0.2.2 test/helper.rb
graphkit-0.2.1 test/helper.rb
graphkit-0.2.0 test/helper.rb