aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_migrator.rb
AgeCommit message (Collapse)Author
2016-11-16Reorder and rename test files.Markus Reiter
2016-09-15Use constants for LinkedKegs/PinnedKegs/Locks.Mike McQuaid
These definitions are scattered throughout the codebase which makes it hard to refactor them later (my goal is to move them outside of HOMEBREW_LIBRARY). Unify their definitions for clearer code and easier movement later.
2016-08-06tests: fix code style issues (#587)Andrea Kao
2016-05-02Update Homebrew/homebrew references in codeMartin Afanasjew
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
2015-11-11ruby 1.8: address syntax warnings in Homebrew coreMartin Afanasjew
Closes Homebrew/homebrew#45849. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-03fix style problems in migratorVlad Shablinsky
Closes Homebrew/homebrew#43473. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-22core file style updateXu Cheng
2015-08-20test_migrator: fix lock file leakXu Cheng
Closes Homebrew/homebrew#43025. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-10add test/test_migratorVlad Shablinsky