[前][次][番号順一覧][スレッド一覧]

ruby-changes:61321

From: Hiroshi <ko1@a...>
Date: Fri, 22 May 2020 20:32:56 +0900 (JST)
Subject: [ruby-changes:61321] 93ebf9643d (master): Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c

https://git.ruby-lang.org/ruby.git/commit/?id=93ebf9643d

From 93ebf9643dc0913693157e6b4bb391a549a9b8ae Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 21 May 2020 19:57:19 +0900
Subject: Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c


diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index 600f3e3..a810f07 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -234,7 +234,6 @@ module Spec https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/path.rb#L234
   private
 
     def git_ls_files(glob)
-      skip "not in git working directory" unless git_root_dir?
       sys_exec("git ls-files -z -- #{glob}", :dir => source_root).split("\x0")
     end
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]