aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli
AgeCommit message (Collapse)Author
2017-04-25Add remote search to `brew cask search`.Markus Reiter
2017-04-23Merge pull request #2362 from joshka/install-uninstall-messagesMarkus Reiter
Install uninstall messages
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-19Be a little less specific in cask output testsJoshua McKinney
These tests seemed a little over-specified and were failing on the CI server. Reducing the specificity a little to try to get them to pass.
2017-03-19Hide output from brew cask uninstall testJoshua McKinney
This test showed extraneous info in the test output
2017-03-19Show messages when (un)installing CasksJoshua McKinney
Addresses an issue where it can be unclear at times exactly which part of the (un|re)installation processes is reporting an error. See https://github.com/caskroom/homebrew-cask/issues/30968
2017-03-16Replace `Hbc.load` with `CaskLoader.load`.Markus Reiter
2017-03-16Replace `Hbc.path` with `CaskLoader.path`.Markus Reiter
2017-03-16Use a `Formulary`-like approach to load Casks.Markus Reiter
2017-03-15add command 'cask outdated'Valentin VĂLCIU
2017-03-15Merge pull request #2326 from vszakats/sprotMike McQuaid
secure urls + remove -k from in-doc curl command
2017-03-15Merge pull request #2311 from nath/highlightInstalledCasksMarkus Reiter
Added highlighting of installed casks to cask search
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-03-13Fixed test case wordingNath Tumlin
2017-03-13Style changesNath Tumlin
2017-03-13Added tests for highlight installed and fixed style errorsNath Tumlin
2017-03-12Change instances of caskroom.io to caskroom.github.ioNumbermaniac
2017-03-11Fix “Hombrew” typo.Markus Reiter
2017-03-10Refactor artifacts.Markus Reiter
2017-03-08Move `brew cask --version` into separate file.Markus Reiter
2017-03-08Merge pull request #2283 from reitermarkus/cask-cli-argumenterrorMarkus Reiter
Use `ArgumentError` instead of `CaskError` in `CLI`.
2017-03-08Merge pull request #2284 from reitermarkus/cask-refactor-cliMarkus Reiter
Refactor CLI options.
2017-03-07Remove redundant `Utils`.Markus Reiter
2017-03-07Use `ArgumentError` instead of `CaskError` in `CLI`.Markus Reiter
2017-03-07Refactor CLI options.Markus Reiter
2017-03-06Add missing `:cask` metadata to specs.Markus Reiter
2017-03-05Move Cask specs into `brew tests`.Markus Reiter