aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli
AgeCommit message (Collapse)Author
2017-09-16List cask full-namesDan Wendorf
`brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta".
2017-09-11Make Cask commands fail early if a Cask is not found.Markus Reiter
2017-09-10Treat every `Artifact` instance as a single artifact.Markus Reiter
2017-09-10Make `brew cask search` spec deterministic.Markus Reiter
2017-09-02Minor tests formatting changeAlexey Alekhin
2017-08-31Changed warning message as recommended by @reitermarkusAlexey Alekhin
2017-08-26Fixed test for the changed error messageAlexey Alekhin
2017-08-26Added a test for no-macthes output to non-TTYAlexey Alekhin
2017-08-26Unified tests formatting for multiline output matchingAlexey Alekhin
2017-08-26Added tests for cask search with online search failureAlexey Alekhin
2017-07-29Silence all specs by default.Markus Reiter
2017-07-10Add test for non-TTY `brew cask search`.Markus Reiter
2017-07-08Add helper for testing TTY output.Markus Reiter
2017-07-07Output plain list when running `brew cask search` without a TTY.Markus Reiter
2017-07-05Bump `rubocop-cask` version.Markus Reiter
2017-06-13Add `casks` method to iterate through arguments.Markus Reiter
2017-06-13🔨 Refactor Cask exceptions.Markus Reiter
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-05-22Fix tests for `CLI::Options` DSL.Markus Reiter
2017-05-22Refactor `CLI::Style`.Markus Reiter
2017-05-22Refactor `CLI::Home`.Markus Reiter
2017-05-22Refactor `CLI::Edit`.Markus Reiter
2017-05-22Refactor `CLI::Create`.Markus Reiter
2017-05-22Refactor `CLI::Cleanup`.Markus Reiter
2017-05-22Refactor `CLI::Audit`.Markus Reiter
2017-05-22Remove Cask’s `CLI#debug?`.Markus Reiter
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
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.