homebrew-cask/test
Steven Willis eeaac15b5d Fix argument separator passed to chmod
* Place argument separator '--' before all arguments to chmod where it had
   been incorrectly placed after the permissions argument.
 * The separator should be after any options (like '-R' or '-N') but before
   any permissions, even when they look like options, like '-r'.
 * Add '--' to calls to chmod where it was missing for consistency.
2016-03-08 11:53:29 -05:00
..
Casks core: [refactor] separate Hbc::Cask from Hbc 2015-02-07 16:37:32 -06:00
cask Fix argument separator passed to chmod 2016-03-08 11:53:29 -05:00
plist more robust plist parsing, and better error handling 2013-11-03 13:07:18 -06:00
support Use Ruby 1.9 hash syntax in test casks 2016-01-17 22:27:13 -05:00
README.md fix skipped test file + doc 2014-10-03 09:51:43 -04:00
cask_test.rb Fix tests broken by changing casks from classes to instances 2016-01-06 10:33:03 -05:00
layout_test.rb Ignore .rubocop.yml in Casks directory 2016-01-16 18:19:31 -05:00
syntax_test.rb remove testing on Ruby 1.8 and 1.9 2014-12-16 07:23:58 -05:00
test_helper.rb Fix tests broken by changing casks from classes to instances 2016-01-06 10:33:03 -05:00

README.md

Naming

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