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:
parent
cf191872fd
commit
6379c6af4d
1 changed files with 1 additions and 0 deletions
|
@ -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)}"
|
||||
|
|
Loading…
Reference in a new issue