diff options
Diffstat (limited to 'spec/bundler/commands/viz_spec.rb')
-rw-r--r-- | spec/bundler/commands/viz_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/viz_spec.rb b/spec/bundler/commands/viz_spec.rb index 712ded4bc4..bc02d0465d 100644 --- a/spec/bundler/commands/viz_spec.rb +++ b/spec/bundler/commands/viz_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe "bundle viz", bundler: "< 3", if: Bundler.which("dot") do +RSpec.describe "bundle viz", bundler: "2", if: Bundler.which("dot") do before do realworld_system_gems "ruby-graphviz --version 1.2.5" end |