aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile
AgeCommit message (Collapse)Author
2018-02-13Use rspec-retry in flaky brew tests.Mike McQuaid
We have a few tests that are intermittently flaky. Let's try this to see if we can get them a bit more reliable.
2018-01-15rubocop 0.52.1Mike McQuaid
2018-01-07Use parser 2.4.0.0Mike McQuaid
This matches the version that supports Ruby 2.3.3 syntax (which is the version we use).
2017-10-07Fix RuboCop tests.Markus Reiter
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
2017-03-26Add RSpec tests for bottle_block and formula_desc copsGautham Goli
2017-02-28Remove Minitest.Markus Reiter
2017-02-11Add RSpec to Gemfile.Markus Reiter
2017-02-03Use array of constants to set up test directories.Markus Reiter
2017-01-26*/Gemfile*: remove rake, version pins, master simplecov.Mike McQuaid
We’re upgrading SimpleCov to 0.13.0 so let’s update the rest of our gems while we’re at it.
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-09-23Fix coverage reporting.Markus Reiter
2016-09-19tests: run in parallelAlyssa Ross
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-16Send coverage from Jenkins, don't run OS X Travis.Mike McQuaid
OS X Travis CI is particularly error-prone, slow and unnecessary for us when we're already running (fast) OS X builds on Jenkins so use it just for Linux testing.
2016-08-17test/Gemfile: assume Ruby 2.Mike McQuaid
2016-07-19tests: use SimpleCov 0.12.0 and Coveralls 0.8.14Martin Afanasjew
SimpleCov 0.12.0 brings some moderate speed improvements and soon (sadly not yet) can be switched back to a stable release. Update to matching Coveralls release, fortunately with fewer dependencies than before.
2016-05-02Update Homebrew/homebrew references in commentsMartin Afanasjew
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context.
2016-02-06tests: use our patched simplecov, bump coverallsBaptiste Fontaine
We must bump coveralls otherwise we get a conflicting dependency: we use a patched simplecov v0.11.1 but coveralls 0.8.9 needs simplecov 0.10.x.
2015-12-21tests: add coveralls supportXu Cheng
Closes Homebrew/homebrew#47185. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-20'brew tests' optional coverage measure addedBaptiste Fontaine
Closes Homebrew/homebrew#41890. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2014-09-10Use bundler for test gem dependencies.Mike McQuaid
Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981.