aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/pathname_spec.rb
AgeCommit message (Collapse)Author
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-09-10spelling: intermediateJosh Soref
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-02-28Add `mktmpdir` helper method.Markus Reiter
2017-02-27Merge branch 'master' into exclude-executable-metafilesNaoto Kaneko
Added tests in keg_test and pathname_test was moved into keg_spec and pathname_spec.
2017-02-25Add 'B' for bytes to cleanup command outputJeppe Toustrup
When `brew cleanup` is run it prints out a message like the following: > This operation has freed approximately 222M of disk space. The '222M' refers to megabytes but the normal acronym for megabytes would be 'MB'. The 'B' is also missing from kilobytes and gigabytes in the output, so that's what this commit adds.
2017-02-23Convert Pathname test to spec.Markus Reiter