aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/missing_formula_spec.rb
AgeCommit message (Collapse)Author
2017-12-30missing_formula: check deleted in the last month.Mike McQuaid
This speeds things up pretty dramatically and handles the case that something was deleted recently and users haven't learned about it yet. Fixes #3513.
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-08-22remove blacklisting of Clojure to allow adding a Clojure formulapuredanger
2017-07-29Silence all specs by default.Markus Reiter
2017-04-22tests: reduce some noise.Mike McQuaid
- Tweak the way offline skipping happens - Skip more tests that break when offline - Hide more stdout output from tests.
2017-03-31Remove osmium from blacklisted formulasIlya Zverev
2017-03-20missing_formula: subsume historic logic.Mike McQuaid
These methods belong together so combine them in a single class to provide a simpler API.
2017-03-20blacklist: move to missing_formula class instead.Mike McQuaid
This will allow extending this class so it can be used by more than just blacklisting.