aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
AgeCommit message (Expand)Author
2017-07-10integration_test: add simplecov libs when needed.Mike McQuaid
2017-07-07Fix `brew tests` on High Sierra.Mike McQuaid
2017-06-09Add symlink for High Sierra test bottle.Markus Reiter
2017-06-08Merge pull request #2746 from MikeMcQuaid/cleanup-testsMike McQuaid
2017-06-08formula_desc_cop: tweak some rules.Mike McQuaid
2017-06-07tests: cleanup tests.Mike McQuaid
2017-05-30Fix Linux buildMike McQuaid
2017-05-19Merge pull request #2623 from rednoah/masterMarkus Reiter
2017-05-11Support GPG (signed data) container in Homebrew Cask (test case)Reinhard Pointner
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
2017-05-07Revert "Merge pull request #2603 from MikeMcQuaid/tweak-gem-vendoring"Mike McQuaid
2017-05-07Tweak Gem vendoring.Mike McQuaid
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
2017-04-22Hide sensitive tokens from install/test/post.Mike McQuaid
2017-04-21Fix test for `chmod +x` on binaries.Markus Reiter
2017-03-15add command 'cask outdated'Valentin VĂLCIU
2017-03-08Move `brew cask --version` into separate file.Markus Reiter
2017-03-05Move Cask specs into `brew tests`.Markus Reiter
2017-03-05Move Cask test helpers to `test/support`.Markus Reiter
2017-03-05Move Cask `shared_examples` to `test/support`.Markus Reiter
2017-02-28Remove Minitest.Markus Reiter
2017-02-28Add `mktmpdir` helper method.Markus Reiter
2017-02-27Merge pull request #2215 from reitermarkus/spec-integration-test-helperMarkus Reiter
2017-02-27Use `around` hook for shared "integration test" context.Markus Reiter
2017-02-27Convert Version test to spec.Markus Reiter
2017-02-25Add `formula` spec helper.Markus Reiter
2017-02-25Avoid warnings when HOMEBREW_PREFIX/bin is not in PATH.Markus Reiter
2017-02-23Add integration test helper methods.Markus Reiter
2017-02-21Add RSpec support for integration commands.Markus Reiter
2017-02-21Convert OS::Mac::Keg test to spec.Markus Reiter
2017-02-19Use TEST_TMPDIR in rmdir tests.Michael Ledin
2017-02-19Expand glob patterns.Michael Ledin
2017-02-16Add test for `uninstall` before removing artifacts.Markus Reiter
2017-02-12Add test to check if `rubocop-cask` version is is outdated.Markus Reiter
2017-02-12rubocop: trailing comma in multiline method callsAlyssa Ross
2017-02-11Add `spec_helper`.Markus Reiter
2017-02-11Use `Open3` for integration tests instead of manually forking.Markus Reiter
2017-02-10Revert "Use `Open3` for integration tests instead of manually forking."ilovezfs
2017-02-09Use `Open3` for integration tests instead of manually forking.Markus Reiter
2017-02-03Remove `TestCask` class.Markus Reiter
2017-02-03Require `formulary` and `tap` in `Homebrew::TestCase`.Markus Reiter
2017-02-03Add comment about `FSLeakLogger` to `Homebrew::TestCase`.Markus Reiter
2017-02-03Use constant array of constants in `Homebrew::TestCase`.Markus Reiter
2017-02-03Don’t use `before_setup` and `after_teardown`.Markus Reiter
2017-02-03Use array of constants to set up test directories.Markus Reiter
2017-01-25Move Cask fixtures to `test/support/fixtures`.Markus Reiter
2017-01-23tests: remove env helperAlyssa Ross
2017-01-22tests: remove with_git_env methodAlyssa Ross
2017-01-22tests: use more recent git committer dateAlyssa Ross