Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

uninitialized constant GraphVizTest::Open3

Open hedgehog opened this issue 9 years ago • 0 comments

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)

hedgehog avatar Jul 27 '15 06:07 hedgehog