ruby-changes:61228
From: Hiroshi <ko1@a...>
Date: Wed, 13 May 2020 07:55:19 +0900 (JST)
Subject: [ruby-changes:61228] f61dbb921e (master): Marked the some examples that are not working with the ruby repository
https://git.ruby-lang.org/ruby.git/commit/?id=f61dbb921e From f61dbb921e471e2d36fbd39c6669dde00d0fa87a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 11 May 2020 22:11:40 +0900 Subject: Marked the some examples that are not working with the ruby repository diff --git a/spec/bundler/runtime/with_unbundled_env_spec.rb b/spec/bundler/runtime/with_unbundled_env_spec.rb index 80c5d92..81e4fcf 100644 --- a/spec/bundler/runtime/with_unbundled_env_spec.rb +++ b/spec/bundler/runtime/with_unbundled_env_spec.rb @@ -39,7 +39,7 @@ RSpec.describe "Bundler.with_env helpers" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/runtime/with_unbundled_env_spec.rb#L39 end end - it "works with nested bundle exec invocations" do + it "works with nested bundle exec invocations", :ruby_repo do create_file("exe.rb", <<-'RUBY') count = ARGV.first.to_i exit if count < 0 @@ -202,7 +202,7 @@ RSpec.describe "Bundler.with_env helpers" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/runtime/with_unbundled_env_spec.rb#L202 RUBY end - it "runs system inside with_clean_env" do + it "runs system inside with_clean_env", :ruby_repo do run_bundler_script({ "BUNDLE_FOO" => "bar" }, bundled_app("source.rb")) expect($?.exitstatus).to eq(42) end @@ -217,7 +217,7 @@ RSpec.describe "Bundler.with_env helpers" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/runtime/with_unbundled_env_spec.rb#L217 RUBY end - it "runs system inside with_unbundled_env" do + it "runs system inside with_unbundled_env", :ruby_repo do run_bundler_script({ "BUNDLE_FOO" => "bar" }, bundled_app("source.rb")) expect($?.exitstatus).to eq(42) end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/