summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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