ruby-changes:60562
From: Yusuke <ko1@a...>
Date: Sun, 29 Mar 2020 09:10:50 +0900 (JST)
Subject: [ruby-changes:60562] 6379c6af4d (master): spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRuby
https://git.ruby-lang.org/ruby.git/commit/?id=6379c6af4d From 6379c6af4d424fe20a6e4d05f5aba7229ade48ec Mon Sep 17 00:00:00 2001 From: Yusuke Endoh <mame@r...> Date: Sun, 29 Mar 2020 09:09:46 +0900 Subject: spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRuby diff --git a/spec/bundler/other/platform_spec.rb b/spec/bundler/other/platform_spec.rb index 8b02505..7fb4a74 100644 --- a/spec/bundler/other/platform_spec.rb +++ b/spec/bundler/other/platform_spec.rb @@ -954,6 +954,7 @@ G https://github.com/ruby/ruby/blob/trunk/spec/bundler/other/platform_spec.rb#L954 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)}" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/