aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_updater.rb
AgeCommit message (Expand)Author
2015-02-15Fix another filesystem leak in updater testsJack Nagel
2014-07-31Handle tap file renames that remove a file from the formula directoryJack Nagel
2014-07-26Add test for reporting tap updatesJack Nagel
2014-07-26Clean up updater testsJack Nagel
2014-07-26Only populate the report with formula pathsJack Nagel
2014-07-26Separate reading and parsing the diffJack Nagel
2014-07-25update: remove unused rename detectionJack Nagel
2014-07-25update: simplify diff parsingJack Nagel
2014-07-03Add inspect to mock updater so test failures are readableJack Nagel
2014-06-27Convert update report to use compositionJack Nagel
2014-06-23Call original backtick using superJack Nagel
2014-06-23Pass repository path into the updaterJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-11Use assert_emptyJack Nagel
2014-06-10Rename TEST_FOLDER to TEST_DIRECTORYJack Nagel
2014-06-10Remove ABS__FILE constant from test environmentJack Nagel
2014-06-10Pull mock initialization code into initializeJack Nagel
2014-06-10Move updater mock into test class namespaceJack Nagel
2014-04-25Pass around only absolute paths when dealing with tapsJack Nagel
2014-04-24Make the on-disk representation of taps unambiguousTsukasa OMOTO
2013-11-14Add some missing test cases for `brew update`Jack Nagel
2013-07-09Remove duplication in updater testsJack Nagel
2013-07-09Properly define tapped formulae in updatephinze
2013-04-13Remove extra requireJack Nagel
2013-03-28Suppress uninitialized instance variable warningsJack Nagel
2012-07-04tests: clean up whitespaceJack Nagel
2012-07-04Prune some requires from test filesJack Nagel
2012-04-14tests: bring `brew update` tests up to dateJack Nagel
2012-03-05Adjust updater tests for `git config` callsJack Nagel
2011-09-21update: correct failing testsJack Nagel
2011-09-02update: bring tests up-to-dateJack Nagel
2011-06-14refactor `update` command to use git diff instead of parsing `pull` outputMislav Marohnić
2011-06-14enable updater tests to be run on their ownMislav Marohnić
2011-03-12Refactor the brew command into one file per commandMax Howell
2010-05-12Fix the update testsDavid Porter
2010-04-06Move updater tests to separate file.Adam Vandenberg
2010-02-02Update test suite.Adam Vandenberg