homebrew-cask-versions/test/cask/cli
Roland Walker a335d3b06d unify and recast "Cask name" & "title" as "token"
* "Canonical App Name" becomes "Simplified App Name"
* devscript `cask_namer` renamed to `generate_cask_token`
* doc file `CASK_NAMING_REFERENCE.md` renamed to `cask_token_reference.md`
* DSL uses `"#{token}"` for interpolation instead of `"#{title}"`
* documentation text
* backend code (variables, method, class names)
* error message text
* tests
* code comments
* Cask comments
* emphasize `tags :name`
* doc: use "vendor" consistently instead of "developer"
* doc: many man page argument descriptions were incorrect
* incidental clarifications

Many backend variables similar to `cask_name` or `cask` have
been standardized to `cask_token`, `token`, etc, resolving a long-
standing ambiguity in which variables named `cask` might contain
a Cask instance or a string token.

In many places the docs could be shortened from "Cask name" to
simply "token", which is desirable because we use the term "Cask"
in too many contexts.
2014-12-01 11:00:23 -05:00
..
alfred_test.rb get 'syncfolder' from Preferences. resolves #7216 2014-11-22 23:10:04 +01:00
audit_test.rb unify and recast "Cask name" & "title" as "token" 2014-12-01 11:00:23 -05:00
cat_test.rb remove old-style header line from test Casks 2014-11-18 09:09:01 -05:00
cleanup_test.rb refactor brew cask cleanup 2014-06-19 14:25:56 -04:00
create_test.rb use new header form in create template 2014-11-13 11:45:06 -05:00
doctor_test.rb add HOMEBREW_TAP_FORMULA_REGEX constant in tests 2014-02-01 12:47:05 -05:00
edit_test.rb standardize Cask (capitalized) when used as noun 2014-10-08 10:39:51 -04:00
fetch_test.rb standardize Cask (capitalized) when used as noun 2014-10-08 10:39:51 -04:00
home_test.rb standardize Cask (capitalized) when used as noun 2014-10-08 10:39:51 -04:00
info_test.rb unify and recast "Cask name" & "title" as "token" 2014-12-01 11:00:23 -05:00
install_test.rb DSL: remove support install stanza 2014-11-11 11:23:51 -05:00
list_test.rb recast method destination_path as staged_path 2014-10-18 12:23:36 -04:00
options_test.rb Add tests for #5997 2014-10-05 19:52:41 +02:00
search_test.rb unify and recast "Cask name" & "title" as "token" 2014-12-01 11:00:23 -05:00
uninstall_test.rb standardize Cask (capitalized) when used as noun 2014-10-08 10:39:51 -04:00
version_test.rb support brew cask --version per USAGE.md 2014-09-16 10:04:47 -04:00
zap_test.rb recast method destination_path as staged_path 2014-10-18 12:23:36 -04:00