homebrew-cask/test
Mike McQuaid fdb4577be8 brew-cask: move to using tap cmd directory.
This provides a few benefits:

- faster `brew cask` execution times as another Ruby process is not
  needed. Cask can instead be loaded in-process with Homebrew. This
  will also make it easier to use some of Homebrew's core code and
  ease moving code from Cask into Homebrew core.
- Users do not need to `brew upgrade` Cask any more: it's done
  automatically on any `brew update` or `git pull` of the Cask tap.
2015-12-09 19:32:49 +00:00
..
Casks core: [refactor] separate Hbc::Cask from Hbc 2015-02-07 16:37:32 -06:00
cask brew-cask: move to using tap cmd directory. 2015-12-09 19:32:49 +00:00
plist
support Expand tilde in uninstall :delete 2015-08-02 20:25:15 -04:00
README.md
cask_test.rb core: [refactor] separate Hbc::Cask from Hbc 2015-02-07 16:37:32 -06:00
layout_test.rb brew-cask: move to using tap cmd directory. 2015-12-09 19:32:49 +00:00
syntax_test.rb remove testing on Ruby 1.8 and 1.9 2014-12-16 07:23:58 -05:00
test_helper.rb Report test coverage with coveralls 2015-03-17 21:20:41 -04:00

README.md

Naming

Only files matching *_test.rb will be executed as tests.