aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula_spec_selection.rb
AgeCommit message (Collapse)Author
2014-10-29Add predicate methods for specs and stop testing internalsJack Nagel
2014-06-20Decouple spec selection from ARGVJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-03-10Make bottle implementation more genericJack Nagel
2013-12-09Extract constants for checkums in testsJack Nagel
2013-10-23test_formula: add Mavericks bottles.Mike McQuaid
2013-05-25tests: extract common formula helperJack Nagel
2013-04-13Remove obsolete testsJack Nagel
This behavior is now tested at more appropriate levels in test_software_spec, test_formula_spec_selection, and test_formula_validation.
2013-04-13Add tests for formula spec selectionJack Nagel
These tests document the relative precedence of the stable, bottle, devel, and head specifications, and the conditions that can influence which is selected (e.g. command-line flags).