aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Collapse)Author
2017-08-27Added tests for prune?mansimarkaur
2017-08-27Added tests for cleaning up old files in HOMEBREW_CACHEmansimarkaur
2017-08-27improved prune all testmansimarkaur
2017-08-27Added tests for ARGV prune 'all'mansimarkaur
2017-08-27Added tests for disk_cleanup and unremovable kegsmansimarkaur
2017-08-26audit: Add previously unported GH patch audit rule in Patches copGautham Goli
2017-08-26Fixed test for the changed error messageAlexey Alekhin
2017-08-26Added a test for no-macthes output to non-TTYAlexey Alekhin
2017-08-26Unified tests formatting for multiline output matchingAlexey Alekhin
2017-08-26Added tests for cask search with online search failureAlexey Alekhin
2017-08-23Merge pull request #2995 from GauthamGoli/audit_line_rubocop_part_2JCount
audit: Port line_problems to rubocop and add tests part 2
2017-08-23Merge pull request #3083 from puredanger/remove-clojure-blacklistMike McQuaid
blacklist - remove clojure
2017-08-22Merge pull request #3077 from vszakats/https1708Mike McQuaid
upgrade more urls to https
2017-08-22remove blacklisting of Clojure to allow adding a Clojure formulapuredanger
2017-08-22upgrade more urls to httpsViktor Szakats
2017-08-21styleCamden Narzt
2017-08-21Add testCamden Narzt
2017-08-21Merge pull request #3063 from GauthamGoli/rubocop_spec_multiline_offenses_fixJCount
audit: In Cops and their tests convert all multiline strings to heredocs
2017-08-20Merge pull request #3001 from reitermarkus/cask-conflicts-withMarkus Reiter
Implement `conflicts_with :cask`.
2017-08-18Merge pull request #3054 from BenMusch/github-refactorMarkus Reiter
Clean-up code in GitHub module to reduce duplication & coupling w/ Github API
2017-08-17Fix typo in specBen Muschol
2017-08-17Improve rspec readabilityBen Muschol
2017-08-17Make test more resilientBen Muschol
2017-08-17audit: In Cops and their tests convert all multiline strings to heredocsGautham Goli
2017-08-15add tests for condition dependenciesGautham Goli
2017-08-15Merge pull request #3059 from MikeMcQuaid/why-search-take-so-longMike McQuaid
search: explain why it takes the time it does.
2017-08-15search: explain why it takes the time it does.Mike McQuaid
Provide a bit of clarity that this isn't just searching a local database but doing an GitHub API and Git history query.
2017-08-15Add tests for MACOS version consts usageGautham Goli
2017-08-15add test for ARGV.include?Gautham Goli
2017-08-15add test for ENV.fortranGautham Goli
2017-08-15add test for inspecting versionGautham Goli
2017-08-15add tests for dependenciesGautham Goli
2017-08-14Unify vocabulary in github module, remove unnecessary logicBen Muschol
Fix duplication bug
2017-08-14add test for env mod through system callGautham Goli
2017-08-14add tests for vendored depsGautham Goli
2017-08-14add tests for formula path shortucut 3Gautham Goli
2017-08-14add tests for formula path string 1Gautham Goli
2017-08-14Spec for issues searchBen Muschol
2017-08-14Implement PR feedbackBen Muschol
2017-08-14add tests for hardcoded compilers in ENVGautham Goli
2017-08-14add tests for hard coded compilers in system callsGautham Goli
2017-08-14add tests for man+'man[1-8]'Gautham Goli
2017-08-14add test for using ARGV to check optionsGautham Goli
2017-08-14add test for build.include? having dashed argsGautham Goli
2017-08-14add test for build.include?Gautham Goli
2017-08-13Fix url encoded in expected valuesBen Muschol
2017-08-14add test for build.with? "--with-foo"Gautham Goli
2017-08-14add test for build.without --without-fooGautham Goli
2017-08-14Add negated? method to formula cop and add tests for negated build.without?Gautham Goli
2017-08-14Add test for negated build.with?Gautham Goli