aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask/cli
AgeCommit message (Expand)Author
2017-11-10Add line break to stringMartin Schimandl
2017-11-10Refactor code to reduce characters per lineMartin Schimandl
2017-11-10internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzasMartin Schimandl
2017-11-10Add another test to increase coverage.Martin Schimandl
2017-11-10combine errors to a single if-statement. fix spec testMartin Schimandl
2017-11-10Fix 'brew style' issuesMartin Schimandl
2017-11-10Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' commandMartin Schimandl
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-07Merge pull request #3283 from reitermarkus/cask-loaderMarkus Reiter
2017-10-07Add helper method for Cask fixture paths and refactor CaskLoader.Markus Reiter
2017-10-04Refactor tests.Markus Reiter
2017-10-04Directly save artifacts in DSL.Markus Reiter
2017-10-03Refactor `cask/cli` specs.Markus Reiter
2017-10-02stylistic changes for cask info testsAdam Smith
2017-09-30add available languages to cask info commandAdam Smith
2017-09-16List cask full-namesDan Wendorf
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
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
2017-04-25Add remote search to `brew cask search`.Markus Reiter
2017-04-23Merge pull request #2362 from joshka/install-uninstall-messagesMarkus Reiter
2017-04-22tests: reduce some noise.Mike McQuaid
2017-03-19Be a little less specific in cask output testsJoshua McKinney
2017-03-19Hide output from brew cask uninstall testJoshua McKinney
2017-03-19Show messages when (un)installing CasksJoshua McKinney
2017-03-16Replace `Hbc.load` with `CaskLoader.load`.Markus Reiter