| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-07 | Fix RuboCop tests. | Markus Reiter | |
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2017-05-07 | Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems" | Mike McQuaid | |
| This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d. | |||
| 2017-05-07 | Vendor 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-26 | Add RSpec tests for bottle_block and formula_desc cops | Gautham Goli | |
| 2017-02-28 | Remove Minitest. | Markus Reiter | |
| 2017-02-11 | Add RSpec to Gemfile. | Markus Reiter | |
| 2017-02-03 | Use 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-29 | Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`. | Markus Reiter | |
| 2016-09-23 | Fix coverage reporting. | Markus Reiter | |
| 2016-09-19 | tests: run in parallel | Alyssa Ross | |
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-16 | Send 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-17 | test/Gemfile: assume Ruby 2. | Mike McQuaid | |
| 2016-07-19 | tests: use SimpleCov 0.12.0 and Coveralls 0.8.14 | Martin 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-02 | Update Homebrew/homebrew references in comments | Martin Afanasjew | |
| Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew` depending on context. | |||
| 2016-02-06 | tests: use our patched simplecov, bump coveralls | Baptiste 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-21 | tests: add coveralls support | Xu Cheng | |
| Closes Homebrew/homebrew#47185. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-20 | 'brew tests' optional coverage measure added | Baptiste Fontaine | |
| Closes Homebrew/homebrew#41890. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2014-09-10 | Use bundler for test gem dependencies. | Mike McQuaid | |
| Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981. | |||
