index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
test
/
test_updater.rb
Age
Commit message (
Expand
)
Author
2015-02-15
Fix another filesystem leak in updater tests
Jack Nagel
2014-07-31
Handle tap file renames that remove a file from the formula directory
Jack Nagel
2014-07-26
Add test for reporting tap updates
Jack Nagel
2014-07-26
Clean up updater tests
Jack Nagel
2014-07-26
Only populate the report with formula paths
Jack Nagel
2014-07-26
Separate reading and parsing the diff
Jack Nagel
2014-07-25
update: remove unused rename detection
Jack Nagel
2014-07-25
update: simplify diff parsing
Jack Nagel
2014-07-03
Add inspect to mock updater so test failures are readable
Jack Nagel
2014-06-27
Convert update report to use composition
Jack Nagel
2014-06-23
Call original backtick using super
Jack Nagel
2014-06-23
Pass repository path into the updater
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-11
Use assert_empty
Jack Nagel
2014-06-10
Rename TEST_FOLDER to TEST_DIRECTORY
Jack Nagel
2014-06-10
Remove ABS__FILE constant from test environment
Jack Nagel
2014-06-10
Pull mock initialization code into initialize
Jack Nagel
2014-06-10
Move updater mock into test class namespace
Jack Nagel
2014-04-25
Pass around only absolute paths when dealing with taps
Jack Nagel
2014-04-24
Make the on-disk representation of taps unambiguous
Tsukasa OMOTO
2013-11-14
Add some missing test cases for `brew update`
Jack Nagel
2013-07-09
Remove duplication in updater tests
Jack Nagel
2013-07-09
Properly define tapped formulae in update
phinze
2013-04-13
Remove extra require
Jack Nagel
2013-03-28
Suppress uninitialized instance variable warnings
Jack Nagel
2012-07-04
tests: clean up whitespace
Jack Nagel
2012-07-04
Prune some requires from test files
Jack Nagel
2012-04-14
tests: bring `brew update` tests up to date
Jack Nagel
2012-03-05
Adjust updater tests for `git config` calls
Jack Nagel
2011-09-21
update: correct failing tests
Jack Nagel
2011-09-02
update: bring tests up-to-date
Jack Nagel
2011-06-14
refactor `update` command to use git diff instead of parsing `pull` output
Mislav Marohnić
2011-06-14
enable updater tests to be run on their own
Mislav Marohnić
2011-03-12
Refactor the brew command into one file per command
Max Howell
2010-05-12
Fix the update tests
David Porter
2010-04-06
Move updater tests to separate file.
Adam Vandenberg
2010-02-02
Update test suite.
Adam Vandenberg