homebrew-cask/test/cli
Félix Saparelli 5ad6796bcd Add options to the cli
Options can be passed on the command-line and/or using
the HOMEBREW_CASK_OPTS environment variable (which has
lowest priority). There is a single --appdir=PATH option
right now, but this commit enables future awesomeness!

Other minor changes:

* `brew cask help` now returns the same thing as `brew cask`
  instead of saying there was “no such command as help”.

* The HEREDOC block now uses Homebrew's #undent instead of the
  customed-rolled #gsub version. Cleaner and more flexible.

* `Cask.set_appdir` has been renamed to `Cask.appdir=`. This
  is more Rubyish, and of little consequence (the only place
  it was previously used was in the tests).
2012-12-19 00:54:49 +13:00
..
install_test.rb demockify install_test 2012-11-25 15:49:16 -06:00
linkapps_test.rb get linkapps tests de-mockified 2012-11-25 15:49:16 -06:00
list_test.rb halfway through ripping out mocha 2012-11-25 15:49:09 -06:00
options_test.rb Add options to the cli 2012-12-19 00:54:49 +13:00
search_test.rb halfway through ripping out mocha 2012-11-25 15:49:09 -06:00
uninstall_test.rb halfway through ripping out mocha 2012-11-25 15:49:09 -06:00