aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2017-10-18Merge pull request #3291 from JCount/lines-cop-fix-wine-universal-binaryMike McQuaid
lines_cop: add ENV.universal_binary audit exemption for wine
2017-10-17Rename MinimumMacOSRequirement to MacOSRequirementShaun Jackman
Move MinimumMacOSRequirement to compat.
2017-10-17Add depends_on :linux and :macosShaun Jackman
2017-10-15lines_cop_spec: improve language in universal_binary and build testsJCount
2017-10-15lines_cop_spec: add test for ENV.universal_binary audit exemption for wineJCount
2017-10-14formula_desc_cop_spec: add empty string testDominyk Tiller
2017-10-10Set RuboCop maximum to current maximum.Markus Reiter
2017-10-08Clean up code style and remove `.rubocop_todo.yml`.Markus Reiter
2017-10-08Add specs for `CaskLoader`.Markus Reiter
2017-10-07Fix RuboCop tests.Markus Reiter
2017-10-07Merge pull request #3283 from reitermarkus/cask-loaderMarkus Reiter
Add helper method for Cask fixture paths and refactor CaskLoader.
2017-10-07Add helper method for Cask fixture paths and refactor CaskLoader.Markus Reiter
2017-10-07Merge pull request #3267 from reitermarkus/refactoringMarkus Reiter
Refactor DSL and Artifact classes.
2017-10-06Merge pull request #3262 from kabel/version-detect-phpMike McQuaid
Add version detection support for php URL
2017-10-04Refactor tests.Markus Reiter
2017-10-04Directly save artifacts in DSL.Markus Reiter
2017-10-04Refactor DSL and Artifacts.Markus Reiter
2017-10-04Merge pull request #3259 from reitermarkus/underscore_supporting_uriMarkus Reiter
Remove `UnderscoreSupportingURI`.
2017-10-03Add test for php version in URL middleKevin Abel
2017-10-03Refactor `cask/cli` specs.Markus Reiter
2017-10-03Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_infoMarkus Reiter
add available languages to cask info command
2017-10-03Remove `UnderscoreSupportingURI`.Markus Reiter
2017-10-02stylistic changes for cask info testsAdam Smith
2017-10-01Only run trash test when collecting coverage.Markus Reiter
2017-09-30add available languages to cask info commandAdam Smith
add language tests for dsl add fixtures, tests for languages info output add extra lines
2017-09-29Merge pull request #3234 from reitermarkus/localeVítor Galvão
Support UN M.49 region codes.
2017-09-29Support UN M.49 region codes.Markus Reiter
2017-09-28BottleLoader: Use the formula stored in the bottleShaun Jackman
2017-09-28testball_bottle-0.1: Add the formula to the bottleShaun Jackman
Update the SHA-256.
2017-09-28pour_bottle?: Fix when formula.bottle is nilShaun Jackman
formula.bottle is nil when bottle.compatible_cellar? is false. Use formula.bottle_specification.compatible_cellar? rather than formula.bottle.compatible_cellar?.
2017-09-27Revert "Added tests for os/mac/keg"ilovezfs
2017-09-26test: Tests for os/mac/kegmansimarkaur
2017-09-22Merge pull request #3186 from naoty/detect-failure-messageMike McQuaid
Add a failure message to be_detected_from matcher
2017-09-22Replace String#% with Kernel.#formatNaoto Kaneko
2017-09-22Add a failure message to be_detected_from matcherNaoto Kaneko
2017-09-18audit: Add more tests for FormulaAudit/Miscellaneous copGautham Goli
2017-09-16List cask full-namesDan Wendorf
`brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta".
2017-09-15os/mac/diagnostic: allow custom Ruby for devs.Mike McQuaid
This avoids `brew doctor` warnings on High Sierra but in general this is a good idea for future versions and to allow Homebrew developers to test things out with different versions of Ruby.
2017-09-11Make Cask commands fail early if a Cask is not found.Markus Reiter
2017-09-10Fix `_stanza`.Markus Reiter
2017-09-10Treat every `Artifact` instance as a single artifact.Markus Reiter
2017-09-10Merge pull request #3143 from jsoref/spellingMarkus Reiter
Spelling
2017-09-10Make `brew cask search` spec deterministic.Markus Reiter
2017-09-10spelling: shouldJosh Soref
2017-09-10spelling: preservesJosh Soref
2017-09-10spelling: parametersJosh Soref
2017-09-10spelling: omittedJosh Soref
2017-09-10spelling: intermediateJosh Soref
2017-09-10spelling: comparisonJosh Soref
2017-09-08Merge pull request #3122 from vszakats/patch-1Mike McQuaid
git_spec.rb: use HTTPS for Git remote test