aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/support/path.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-21 19:57:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-22 20:32:30 +0900
commit93ebf9643dc0913693157e6b4bb391a549a9b8ae (patch)
tree69b1a43fc5c5f7305610108013c9b1b68a723b3b /spec/bundler/support/path.rb
parent26367367ec384c7c64d7293a5dc7296932b88692 (diff)
downloadruby-93ebf9643dc0913693157e6b4bb391a549a9b8ae.tar.gz
Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c
Diffstat (limited to 'spec/bundler/support/path.rb')
-rw-r--r--spec/bundler/support/path.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index 600f3e3b6f..a810f0735f 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -234,7 +234,6 @@ module Spec
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