aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula_lock.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.
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-23Fix file leak in lock testsJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2013-02-09Extract formula locks into a classJack Nagel