summaryrefslogtreecommitdiff
path: root/test/ruby/test_default_gems.rb
AgeCommit message (Collapse)Author
2024-03-23Ignore method chains succeeding `git ls-files`Nobuyoshi Nakada
2024-02-28Update regex patterns with rbinstall.rbHiroshi SHIBATA
2024-02-28Use dummy command for IO.popenHiroshi SHIBATA
2024-02-28Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and ↵Hiroshi SHIBATA
tempfile.gemspec
2023-05-05Continue checking all gemspec files after errorsNobuyoshi Nakada
2023-05-04test_default_gems.rb: Stop using `git ls-files`Nobuyoshi Nakada
Just validate syntax and the result class instead. Not only `git ls-files` doesn't make sence under ruby's repository, some gemspec files hardcode `2>/dev/null`, which doesn't work of course on other than Unix-like platforms. Notes: Merged: https://github.com/ruby/ruby/pull/7786
2023-03-09Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdirlukeg
For instance, when running tests in build directory like: $ make test-all TESTOPTS="../ruby/test" Notes: Merged: https://github.com/ruby/ruby/pull/7478
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2019-11-23Skip test_validate_gemspec when tarball and git installed tooKazuhiro NISHIYAMA
`git --version` failed as expected when git is not installed, but unexpectedly pass when git installed and pwd is not in git working directory. So use `git rev-parse` instead, and it failed when git installed too.
2019-11-11Skip test_validate_gemspec unless git installedKazuhiro NISHIYAMA
2018-06-02Fixed wrong variable name.hsbt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-02Added test for default gems validation.hsbt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e