homebrew-cask-versions/test/support
phinze 171456dc98 support for install/uninstall
accepts a single argument, which is a relative path to a pkg
inside the extracted Cask; homebrew-cask will attempt to install this
pkg after the Cask is extracted via `installer`

because of the many different ways uninstallers work, this
has several features:

 - `:script`: a script in the Cask which serves as an uninstaller (e.g.
   Vagrant, VirtualBox), uses `:args`, and `:input` keys to interact
   with said script
 - `:pkgutil`: a regexp which captures all package_ids installed by this
   cask; homebrew-cask will list all files installed under these ids and
   remove them
 - `:launchctl`: a list of bundle_ids for services that should be
   removed by homebrew-cask
 - `:files`: a fallback list of files to manually remove; helps when
   uninstallers miss something

refs #661
2013-07-21 22:01:38 -05:00
..
binaries support for install/uninstall 2013-07-21 22:01:38 -05:00
Casks support for install/uninstall 2013-07-21 22:01:38 -05:00
homebrew@3ae0e38618 moving back from spec/ -> test/ 2012-10-13 15:24:45 -05:00
cleanup.rb don't reinstall already installed casks 2013-05-11 23:32:17 -05:00
fake_appdir.rb Verify appdir after reading command line opts 2013-06-15 20:13:05 -05:00
fake_fetcher.rb get linkapps tests de-mockified 2012-11-25 15:49:16 -06:00
fake_system_command.rb support for install/uninstall 2013-07-21 22:01:38 -05:00