aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_cmd_cleanup.rb
AgeCommit message (Collapse)Author
2016-01-04cleanup: move code away from cmd/Baptiste Fontaine
Closes Homebrew/homebrew#47484. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-15Fix test formula name so it matches the filenameJack Nagel
2014-11-07Normalize requires in testsJack Nagel
2014-06-23Fix directory leak in test_cleanupJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2013-04-10Eliminate test_bucketJack Nagel
Most of the behavior tested here is now tested elsewhere. Move the remaining useful tests to better places.