Skip to content

Commit 26ca9ba

Browse files
committed
Skip test with Rails 7 and Ruby < 3.1
1 parent 5c70765 commit 26ca9ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/support/acceptance_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,8 @@ def exec_name
659659
end
660660

661661
test "custom bundle path" do
662+
skip if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.1.0") && ENV["RAILS_VERSION"] == "7.0"
663+
662664
bundle_path = app.path(".bundle/#{Bundler.ruby_scope}")
663665
bundle_path.dirname.mkpath
664666

0 commit comments

Comments
 (0)