| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-13 | Merge pull request #1998 from reitermarkus/spec-bottle-collector | Markus Reiter | |
| Convert Utils::Bottles::Collector test to spec. | |||
| 2017-02-13 | Merge pull request #2000 from reitermarkus/spec-emoji | Markus Reiter | |
| Convert Emoji test to spec. | |||
| 2017-02-13 | Merge pull request #1972 from timotheecour/pr_brew_where_command | Mike McQuaid | |
| add `brew formula` command to show location of a formula | |||
| 2017-02-12 | formula:formula_cmd_test | Timothee Cour | |
| 2017-02-12 | Add test to check if `rubocop-cask` version is is outdated. | Markus Reiter | |
| 2017-02-12 | Convert Requirement test to spec. | Markus Reiter | |
| 2017-02-12 | Convert Emoji test to spec. | Markus Reiter | |
| 2017-02-12 | Convert Utils::Bottles::Collector test to spec. | Markus Reiter | |
| 2017-02-12 | Merge pull request #1990 from reitermarkus/x11-requirement-spec | Markus Reiter | |
| Convert X11Requirement test to spec. | |||
| 2017-02-12 | Convert X11Requirement test to spec. | Markus Reiter | |
| 2017-02-12 | rubocop: trailing comma in multiline method calls | Alyssa Ross | |
| Discussed in https://github.com/Homebrew/brew/pull/1987/files#r100693581. This was originally ommitted because it wasn't compatible with Ruby 1.8. (See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971). | |||
| 2017-02-12 | Merge pull request #1955 from vszakats/patch-2 | Markus Reiter | |
| audit: enforce https://*.sourceforge.io/ homepages | |||
| 2017-02-11 | Convert Blacklist test to spec. | Markus Reiter | |
| 2017-02-11 | Convert Bash test to spec. | Markus Reiter | |
| 2017-02-11 | Convert `ARGV` test to spec. | Markus Reiter | |
| 2017-02-11 | Add `spec_helper`. | Markus Reiter | |
| 2017-02-11 | Add RSpec to Gemfile. | Markus Reiter | |
| 2017-02-11 | Use `Open3` for integration tests instead of manually forking. | Markus Reiter | |
| 2017-02-10 | Revert "Use `Open3` for integration tests instead of manually forking." | ilovezfs | |
| 2017-02-10 | audit: enforce https://*.sourceforge.io/ homepages | Viktor Szakats | |
| Ref: https://sourceforge.net/blog/introducing-https-for-project-websites/ | |||
| 2017-02-09 | Use `Open3` for integration tests instead of manually forking. | Markus Reiter | |
| 2017-02-05 | Merge pull request #1951 from tma/reinstall-with-options | Mike McQuaid | |
| Print warning when reinstalling with invalid options | |||
| 2017-02-04 | Add failing reinstall test with invalid install option | Thomas Maurer | |
| 2017-02-03 | Remove `TestCask` class. | Markus Reiter | |
| 2017-02-03 | Merge pull request #1943 from alyssais/missing_requires | Alyssa Ross | |
| formulary: handle ScriptError in formula | |||
| 2017-02-03 | Reorder `testing_env`. | Markus Reiter | |
| 2017-02-03 | Require `formulary` and `tap` in `Homebrew::TestCase`. | Markus Reiter | |
| 2017-02-03 | Don’t require `formulary` in `testing_env`. | Markus Reiter | |
| 2017-02-03 | Add comment about `FSLeakLogger` to `Homebrew::TestCase`. | Markus Reiter | |
| 2017-02-03 | Use constant array of constants in `Homebrew::TestCase`. | Markus Reiter | |
| 2017-02-03 | Don’t use `before_setup` and `after_teardown`. | Markus Reiter | |
| 2017-02-03 | Use array of constants to set up test directories. | Markus Reiter | |
| 2017-02-01 | formulary: handle ScriptError in formula | Alyssa Ross | |
| I added a new `FormulaUnreadableError` subclass of `FormulaUnavailableError` so existing `rescue`s of `FormulaUnavailableError` handle this as well. The new subclass will output the name of the formula with the error (because this isn't always obvious from the original exception message) followed by the original error message. Fixes #1927. | |||
| 2017-01-30 | cleanup: consider version_scheme | Xu Cheng | |
| `brew cleanup` should cleanup formulae which have the older version scheme. | |||
| 2017-01-30 | Don’t use `assert_nil` in `tab_test`. | Markus Reiter | |
| 2017-01-26 | *_test: use assert_nil when appropriate. | Mike McQuaid | |
| This is warned by the newer MiniTest. | |||
| 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. | |||
| 2017-01-25 | Move Cask fixtures to `test/support/fixtures`. | Markus Reiter | |
| 2017-01-24 | tests: give `e` helper in UtilTests a better name | Alyssa Ross | |
| 2017-01-24 | tests: add some emoji tests đź’Ż | Alyssa Ross | |
| 2017-01-23 | tests: remove env helper | Alyssa Ross | |
| 2017-01-23 | tests: slightly stricter match in tab test | Markus Reiter | |
| Suggested by @reitermarkus in https://github.com/Homebrew/brew/pull/1890#discussion_r97234536, and then I added the \A and \Z. | |||
| 2017-01-22 | tests: remove with_git_env method | Alyssa Ross | |
| A common git environment is now used in all tests, so this is no longer required. | |||
| 2017-01-22 | tests: use more recent git committer date | Alyssa Ross | |
| This will allow the `brew bundle` test to use the default git environment. | |||
| 2017-01-22 | tests: remove unnecessary comment | Alyssa Ross | |
| See https://github.com/Homebrew/brew/pull/1890#discussion_r97229473. | |||
| 2017-01-22 | tests: re-use with_environment in using_git_env | Markus Reiter | |
| Proposed by @reitermarkus in https://github.com/Homebrew/brew/pull/1890#discussion_r97210285. I made one slight adjustment of preserving the previous date string in case anything was relying on it. | |||
| 2017-01-22 | tests: remove remainder of ARGV stubs | Alyssa Ross | |
| I was waiting for confirmation that there wasn't a good reason for these to be stubbed before I removed them. | |||
| 2017-01-22 | tests: set verbose in ENV instead of stubbing ARGV | Alyssa Ross | |
| 2017-01-22 | tests: set developer in ENV rather than stubbing | Alyssa Ross | |
| 2017-01-22 | tests: automatically restore ENV in teardown | Alyssa Ross | |
