aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
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
2017-09-07home_spec: use different test formula.Mike McQuaid
Instead of `testball` use a formula named `testballhome` to avoid this clashing with any other formula named testball.
2017-09-07git_spec.rb: use HTTPS for Git remote testViktor Szakats
2017-09-05Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3Mike McQuaid
audit: Port line_problems to rubocop and add tests part 3
2017-09-04audit: Port audit_class to rubocop, add tests and autocorrectGautham Goli
2017-09-04audit: Fetch formula name from file path rather than class name in copsGautham Goli
2017-09-04audit: Add tests for rubocop methods in line_cop.rbGautham Goli
2017-09-02Merge pull request #2955 from mansimarkaur/git_testsMike McQuaid
Added tests for utils/git
2017-09-02Merge pull request #3084 from laughedelic/cask/search-offlineMarkus Reiter
Offline cask search and listing all available casks
2017-09-02Minor tests formatting changeAlexey Alekhin
2017-08-31search_remote_tap spec: fix test offlineMisty De Meo
Even though we stub the JSON response, the method being tested always returns [] immediately if HOMEBREW_NO_GITHUB_API is set.
2017-08-31Changed warning message as recommended by @reitermarkusAlexey Alekhin
2017-08-29Merge pull request #2950 from mansimarkaur/svnMisty De Meo
Added tests for utils/svn
2017-08-29Used already existing clear_git_available_cache to remove @gitmansimarkaur
2017-08-29Used clear_anonymous_os_prefix_ci_cache to remove @anonymous_os_prefix_cimansimarkaur
2017-08-29Used ENV.delete to remove set ENV varsmansimarkaur
2017-08-29Added tests for report_build_errormansimarkaur
2017-08-29Added tests for report and report_eventmansimarkaur
2017-08-29Added tests for os_prefix_cimansimarkaur
2017-08-29Used clear_svn_version_cache to remove @svnmansimarkaur
2017-08-29Added check for svn availabilitymansimarkaur
2017-08-29Improved tests for svn_available?mansimarkaur
2017-08-29Added tests fir utils/svnmansimarkaur
2017-08-27Added clear git version cache methodmansimarkaur
2017-08-27Added tests for ensure_git_installed when git is available or homebrew/core ↵mansimarkaur
is unavailable
2017-08-27Removed shutupmansimarkaur
2017-08-27Used system command to run git commandsmansimarkaur
2017-08-27Added tests for Utilsmansimarkaur
2017-08-27Added tests for git_available?mansimarkaur
2017-08-27Added tests for last_revision_commit_of_filemansimarkaur
2017-08-27Used let for sec_in_a_day and removed redundant after(:each) blockmansimarkaur
2017-08-27Corrected test namemansimarkaur
2017-08-27Added tests for existence of filesmansimarkaur