summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-18 14:08:36 -0700
committerAndre Arko <andre@arko.net>2015-05-18 14:08:36 -0700
commitdce2b59765f6b2c445bcc0e66100b2a0604ffafd (patch)
tree0fa52a3ae8d3782d5c09fcc5cfd914a535a09fde
parent4d173716414869bd6591f539608940d1aa4a67d5 (diff)
downloadbundler-dce2b59765f6b2c445bcc0e66100b2a0604ffafd.tar.gz
we have a condition for that
-rw-r--r--spec/commands/viz_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/viz_spec.rb b/spec/commands/viz_spec.rb
index 76a23ed003..518625d4bd 100644
--- a/spec/commands/viz_spec.rb
+++ b/spec/commands/viz_spec.rb
@@ -1,6 +1,6 @@
require "spec_helper"
-describe "bundle viz", :if => (Bundler.which("dot") && RUBY_VERSION > "1.8.7") do
+describe "bundle viz", :ruby => "1.9", :if => Bundler.which("dot") do
let(:graphviz_lib) do
graphviz_glob = base_system_gems.join("gems/ruby-graphviz*/lib")
Dir[graphviz_glob].first