glejeune / Ruby-Graphviz

[MIRROR] Ruby interface to the GraphViz graphing tool
https://gitlab.com/glejeune/ruby-graphviz
Other
608 stars 116 forks source link

uninitialized constant GraphVizTest::Open3 #110

Open hedgehog opened 9 years ago

hedgehog commented 9 years ago

Doing

pushd /tmp
git clone https://github.com/glejeune/Ruby-Graphviz.git
pushd Ruby-Graphviz
chruby ruby-2.2.2
bundle install --path vendor
bundle exec rake

results in errors such as

Failure:
  got exception on sample74.rb: uninitialized constant GraphVizTest::Open3.
  <false> is not true.
test_sample74(GraphVizTest)