aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/dependency_test.rb
AgeCommit message (Collapse)Author
2017-01-07Revert "uses: properly handle untapped formulae in recursive dependency ↵Mike McQuaid
expansion"
2017-01-05dependency: TapDependency#tap returns a TapAlyssa Ross
Previously, this returned a String, but a Tap instance seems much more sensible. I couldn't find anywhere this method was actually used, so the change shouldn't break anything.
2016-11-16Move test files back directly to `test/`.Markus Reiter