| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-26 | Add tests for cp_path_sub | Jack Nagel | |
| 2015-03-26 | Add test for InstallRenamed on directories | Jack Nagel | |
| 2015-03-26 | Adjust variable in InstallRenamed test | Jack Nagel | |
| 2015-03-26 | Don't run pathname tests twice | Jack Nagel | |
| 2015-03-25 | Get rid of setup_install_test method | Jack Nagel | |
| 2015-03-25 | Eliminate chdir from pathname tests | Jack Nagel | |
| 2015-03-25 | Pull install tests into a separate class | Jack Nagel | |
| 2015-03-25 | Do less work inside chdir blocks | Jack Nagel | |
| 2014-07-11 | Add test for InstallRenamed module | Jack Nagel | |
| 2014-07-10 | Raise Errno::ENOENT instead of RuntimeError from Pathname#install | Jack Nagel | |
| 2014-06-18 | Use assert_predicate | Jack Nagel | |
| 2014-06-18 | Use a custom test class so we can avoid monkeypatching | Jack Nagel | |
| 2014-06-12 | Deprecate Pathname#cp and Pathname#chmod_R | Jack Nagel | |
| As far as I can tell these methods have only ever been used in the test suite. Since Formula includes FileUtils, it is generally simpler (and in the case of cp, more readable) to use the FileUtils methods directly. Closes #30081. | |||
| 2014-03-22 | Preserve permissions when using Pathname#atomic_write | Jack Nagel | |
| 2014-03-18 | Make relative symlinks in Pathname#install_symlink | Jack Nagel | |
| Closes #27672. | |||
| 2013-08-13 | pathname: remove unused return values | Adam Vandenberg | |
| Return value was used only by one test, rewrote test to know expected value. | |||
| 2013-07-22 | Silence warnings | Jack Nagel | |
| 2013-04-10 | More comprehensive tests for Pathname extension | Jack Nagel | |
