aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cmd/outdated_spec.rb
AgeCommit message (Collapse)Author
2017-03-27Add pinned version to outdated json outputWilliam Roe
The structure should be consistent, so there are always pinned and pinned_version fields even if there are no pinned versions for a given formula.
2017-03-27Add pinned version to outdated outputWilliam Roe
2017-03-27Add test for verbose brew outdated outputWilliam Roe
Split the tests up into quiet and verbose output with contexts.
2017-02-23Convert `brew outdated` test to spec.Markus Reiter