aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cask
AgeCommit message (Collapse)Author
2017-08-06Fix `Pkg#uninstall` not calling `MacOS.undeletable?` for all files.Markus Reiter
2017-08-04Remove `_checkurl`.Markus Reiter
2017-07-29Silence all specs by default.Markus Reiter
2017-07-29installer_spec: silence test output.Mike McQuaid
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-07-02Merge pull request #2772 from reitermarkus/dmg-eulaMarkus Reiter
Fix DMG mounting.
2017-07-01Merge pull request #2825 from reitermarkus/refactoringMarkus Reiter
Refactoring using `Forwardable` and `DelegateClass`.
2017-06-30Refactor Formula/Cask dependencies.Markus Reiter
2017-06-24🔥 Remove test files after trashing.Markus Reiter
2017-06-14Merge pull request #2775 from reitermarkus/languageMarkus Reiter
Fix `--language` option.
2017-06-14Add test for `--language` option.Markus Reiter
2017-06-13Fix DMG mounting.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-06-08Merge pull request #2746 from MikeMcQuaid/cleanup-testsMike McQuaid
tests: cleanup tests.
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-06-06Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`.Markus Reiter
2017-06-01Fix curl invocation in Hbc::DSL::Appcast.Kiyoshi '13k' Murata
Fixes #2592
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-24Deprecate `--caskroom` flag.Markus Reiter
2017-05-24Add test for `--binaries` default value.Markus Reiter
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-22Pass along `CLI::Binaries`.Markus Reiter
2017-05-11Support GPG (signed data) container in Homebrew Cask (test case)Reinhard Pointner
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-22Merge pull request #2514 from reitermarkus/refactor-cask-metadataMarkus Reiter
Refactor cask metadata directory methods.
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-04-21Merge pull request #2520 from reitermarkus/pkgutil-plistMarkus Reiter
Partly revert “Fix `uninstall :pkgutil` leaving empty `.app` directories.”.
2017-04-21Partly revert “Fix `uninstall :pkgutil` leaving empty `.app` directories.”.Markus Reiter
2017-04-21Fix test for `chmod +x` on binaries.Markus Reiter
2017-04-21Refactor cask metadata directory methods.Markus Reiter
2017-03-31cask: remove pre_bug_report linksVítor Galvão
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