summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-03-29 09:09:46 +0900
committerYusuke Endoh <mame@ruby-lang.org>2020-03-29 09:09:46 +0900
commit6379c6af4d424fe20a6e4d05f5aba7229ade48ec (patch)
treeeddb935004626b593da3eae0a88bd72dee1de11d /spec/bundler
parentcf191872fdeade823b4c49b53ec9b28d66a5c402 (diff)
spec/bundler/other/platform_spec.rb: skip an attempt to simulate JRuby
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/other/platform_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/other/platform_spec.rb b/spec/bundler/other/platform_spec.rb
index 8b02505ad8..7fb4a7404f 100644
--- a/spec/bundler/other/platform_spec.rb
+++ b/spec/bundler/other/platform_spec.rb
@@ -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)}"