homebrew-cask-versions/test/cask
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
..
app_linker_test.rb fix issue where linkapps would double symlink 2013-04-13 18:17:20 -05:00
audit_test.rb [#583] Auditing of cask download and checksums 2013-07-07 09:06:02 -05:00
cli_test.rb Verify appdir after reading command line opts 2013-06-15 20:13:05 -05:00
dsl_test.rb support new one-arg link syntax 2013-05-23 21:03:37 -05:00
installer_test.rb don't reinstall already installed casks 2013-05-11 23:32:17 -05:00
link_checker_spec.rb extract link checker from audit process 2013-03-13 12:41:16 -05:00
pkg_installer_test.rb support for install/uninstall 2013-07-21 22:01:38 -05:00
scopes_test.rb allow test suite to be run without internet 2012-11-21 15:51:03 -06:00