diff options
-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 c26e3c81ed..712ded4bc4 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"), realworld: true do +RSpec.describe "bundle viz", bundler: "< 3", if: Bundler.which("dot") do before do realworld_system_gems "ruby-graphviz --version 1.2.5" end |