aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/tests.rb
AgeCommit message (Expand)Author
2017-12-15tests: don't output seed multiple times.Mike McQuaid
2017-07-13tests: unpin bundler.Mike McQuaid
2017-06-12Autocorrect Rubocop Style/SpecialGlobalVars.Mike McQuaid
2017-06-07tests: cleanup tests.Mike McQuaid
2017-05-29tests: install specific Bundler version.Mike McQuaid
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-29Use parallel RuboCopMike McQuaid
2017-05-08Travis CI tweaks.Mike McQuaid
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
2017-04-22tests: reduce some noise.Mike McQuaid
2017-04-15Only run Linux-specific tests on LinuxBob W. Hogg
2017-04-02Document all short flags.Mike McQuaid
2017-03-21tests: unset HOMEBREW_TEMPMaxim Belkin
2017-03-05Add more flags and descriptions to man pages.EricFromCanada
2017-03-05Remove `BUNDLE_PATH` from `brew tests`.Markus Reiter
2017-02-28Remove Minitest.Markus Reiter
2017-02-28brew tests: filter out vendor/bundleMisty De Meo
2017-02-25Update brew's man page formatting and grammarEricFromCanada
2017-02-23Merge pull request #2091 from reitermarkus/spec-exclude-needs_macosMarkus Reiter
2017-02-23Convert `os/mac/language` test to spec.Markus Reiter
2017-02-21Exclude specs with `:needs_macos` tag when not on macOS.Markus Reiter
2017-02-11Allow `brew tests` to run specs.Markus Reiter
2017-02-06Fix: Documentation of --only in tests cmdFabian Mettler
2017-01-22tests: remove with_git_env methodAlyssa Ross
2016-11-17tests: ignore test files in test/vendor/bundleJosh Hagins
2016-11-16Move test files back directly to `test/`.Markus Reiter
2016-11-16Rename `fs_leak_log` to `fs_leak.log` and move to `tmp`.Markus Reiter
2016-11-16Reorder and rename test files.Markus Reiter
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-10-04Merge pull request #1145 from reitermarkus/module-functionMarkus Reiter
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01delete verbose env vars in `brew tests`Bruce Steedman
2016-09-20tests, cask-tests: serialize stdout on CIAlyssa Ross
2016-09-19tests: run in parallelAlyssa Ross
2016-09-10tests: always set HOMEBREW_DEVELOPER=1.Mike McQuaid
2016-09-08Don't hide some (now) developer commands.Mike McQuaid
2016-09-08Move developer-focused commands to dev-cmd.Mike McQuaid