Sha256: 205069b47060739e0e551c4604467b2b1667f7d5a863c2fb460dcd0826e2d1fe

Contents?: true

Size: 312 Bytes

Versions: 9

Compression:

Stored size: 312 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'test/unit'
require 'pathname'

cur = Pathname.new(File.expand_path("..", __FILE__))
lib = cur.join('..', 'lib')

$LOAD_PATH.unshift(lib.to_s, cur.to_s)
require 'graphviz'
require 'graphviz/theory'
require 'graphviz/math/matrix'
require 'graphviz/utils/colors'

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
ruby-graphviz-1.2.5 test/helper.rb
ruby-graphviz-1.2.4 test/helper.rb
ruby-graphviz-1.2.3 test/helper.rb
ruby-graphviz-1.2.2 test/helper.rb
ruby-graphviz-1.2.1 test/helper.rb
ruby-graphviz-1.2.0 test/helper.rb
ruby-graphviz-1.1.0 test/helper.rb
ruby-graphviz_c-1.1.1 test/helper.rb
ruby-graphviz_c-1.1.0 test/helper.rb