aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_pathname.rb
AgeCommit message (Expand)Author
2016-08-06tests: fix code style issues (#587)Andrea Kao
2016-04-01Pathname: improve compute_disk_usageXu Cheng
2016-03-08install_renamed: handle recursive installs.Mike McQuaid
2016-02-21test_pathname: add append_lines testsDominyk Tiller
2015-11-11ruby 1.8: address syntax warnings in Homebrew coreMartin Afanasjew
2015-08-03Core files style updates.BrewTestBot
2015-05-21Add test demonstrating installing a relative symlinkJack Nagel
2015-04-29Ensure HOMEBREW_TEMP is respected in all testsJack Nagel
2015-03-26Add tests for cp_path_subJack Nagel
2015-03-26Add test for InstallRenamed on directoriesJack Nagel
2015-03-26Adjust variable in InstallRenamed testJack Nagel
2015-03-26Don't run pathname tests twiceJack Nagel
2015-03-25Get rid of setup_install_test methodJack Nagel
2015-03-25Eliminate chdir from pathname testsJack Nagel
2015-03-25Pull install tests into a separate classJack Nagel
2015-03-25Do less work inside chdir blocksJack Nagel
2014-07-11Add test for InstallRenamed moduleJack Nagel
2014-07-10Raise Errno::ENOENT instead of RuntimeError from Pathname#installJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-12Deprecate Pathname#cp and Pathname#chmod_RJack Nagel
2014-03-22Preserve permissions when using Pathname#atomic_writeJack Nagel
2014-03-18Make relative symlinks in Pathname#install_symlinkJack Nagel
2013-08-13pathname: remove unused return valuesAdam Vandenberg
2013-07-22Silence warningsJack Nagel
2013-04-10More comprehensive tests for Pathname extensionJack Nagel