aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Expand)Author
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
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
2017-09-15os/mac/diagnostic: allow custom Ruby for devs.Mike McQuaid
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
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
2017-09-07home_spec: use different test formula.Mike McQuaid
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
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
2017-09-02Merge pull request #3084 from laughedelic/cask/search-offlineMarkus Reiter
2017-09-02Minor tests formatting changeAlexey Alekhin
2017-08-31search_remote_tap spec: fix test offlineMisty De Meo
2017-08-31Changed warning message as recommended by @reitermarkusAlexey Alekhin
2017-08-29Merge pull request #2950 from mansimarkaur/svnMisty De Meo
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 i...mansimarkaur
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