homebrew-cask/test
Roland Walker 967aa22793 recast method `destination_path` as `staged_path`
* part of DSL 1.0 review
* `destination_path` was always a bit vague (it refers to
  Cask-specific, version-specific location under
  `/opt/homebrew-cask/Caskroom`)
* here renamed `staged_path` to match upcoming command verb
  `brew cask stage`
* rename also intended to reduce confusion when we implement
  copying as a configurable alternative to symlinking
* transitional `destination_path` methods to remain while
  Casks are converted (this was documented as a part of the
  DSL, and used by 39 Casks in main repo)
* unrelated variables containing "stage" recast for clarity
2014-10-18 12:23:36 -04:00
..
Casks add audits into the build process 2013-04-07 14:30:09 -05:00
cask recast method `destination_path` as `staged_path` 2014-10-18 12:23:36 -04:00
plist more robust plist parsing, and better error handling 2013-11-03 13:07:18 -06:00
support dsl: add `installer :manual` 2014-10-14 11:34:44 -04:00
README.md fix skipped test file + doc 2014-10-03 09:51:43 -04:00
cask_test.rb standardize Cask (capitalized) when used as noun 2014-10-08 10:39:51 -04:00
layout_test.rb Bring the repo test back in sync with `.gitignore`. 2014-10-05 21:24:57 +02:00
syntax_test.rb Add a syntax test to help support multiple Rubies 2014-06-23 14:50:48 -04:00
test_helper.rb standardize Cask (capitalized) when used as noun 2014-10-08 10:39:51 -04:00

README.md

Naming

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