Skip to content

Commit

Permalink
skip spec on ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer authored and hsbt committed Dec 6, 2023
1 parent d3ba856 commit 98277dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundler/spec/commands/binstubs_spec.rb
Expand Up @@ -152,6 +152,8 @@
end

it "runs correctly even if empty" do
skip "does not work on old rubies" if RUBY_VERSION < "2.7.0"

sys_exec "bin/bundle install", :env => { "BUNDLER_VERSION" => "" }
end
end
Expand Down

0 comments on commit 98277dc

Please sign in to comment.