Skip some tests if extracted from tarball (again)

Fix up previous commit

ref
9aa75795f9f438d5c874d8e418c3c7cdd63024fa,
38002a8adbd98266426940d829429a30af0622a4, and
0e60b59d5884edb8f9aea023efd9b24f1ff02049
This commit is contained in:
Kazuhiro NISHIYAMA 2020-05-19 00:58:19 +09:00
parent 1f011cccb1
commit 6c1a51dae8
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -576,5 +576,11 @@ module Spec
end end
port port
end end
private
def git_root_dir?
root.to_s == `git rev-parse --show-toplevel`.chomp
end
end end
end end