1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRuby

This commit is contained in:
Yusuke Endoh 2020-03-29 09:09:46 +09:00
parent cf191872fd
commit 6379c6af4d

View file

@ -954,6 +954,7 @@ G
end
it "starts IRB with the default group loaded when ruby version matches any engine" do
skip "MRI cannot simulate JRuby" if RUBY_ENGINE == "ruby"
simulate_ruby_engine "jruby" do
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"