From 93ebf9643dc0913693157e6b4bb391a549a9b8ae Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 21 May 2020 19:57:19 +0900 Subject: Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c --- spec/bundler/support/path.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/bundler/support/path.rb') 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 -- cgit v1.2.3