Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Mike McQuaid
|
2f1c6e9ca5
|
Cleanup cmd/* tests
- Test `_args` methods
- Remove multiple integration tests (except where essential
e.g. `install`, `help`)
|
2019-03-28 08:35:36 +00:00 |
|
Shaun Jackman
|
f59c417909
|
test/cmd/uninstall: Prevent can't modify frozen object
Fix the error:
RuntimeError:
can't modify frozen object
# ./test/cmd/uninstall_spec.rb:63:in `block (3 levels) in <top (required)>'
This issue arose after merging PR https://github.com/Homebrew/brew/pull/5300.
|
2018-12-12 11:52:28 -08:00 |
|
Gautham Goli
|
f82a202995
|
uninstall: Use CLI::Parser to parse args
|
2018-12-10 23:49:19 +05:30 |
|
Markus Reiter
|
7a991985a4
|
Run tests with HOMEBREW_DEVELOPER unset.
|
2018-09-19 19:43:45 +02:00 |
|
Mike McQuaid
|
5e1806e796
|
test: rubocop-rspec style auto-corrects.
There’s too many warnings to start enabling `rubocop-rspec` by default
but let’s at least apply the cleanups it does automatically.
|
2018-03-25 13:30:37 +01:00 |
|
Markus Reiter
|
2ad3a87045
|
Silence all specs by default.
|
2017-07-29 20:25:37 +02:00 |
|
Markus Reiter
|
3ae115bfb3
|
Convert brew uninstall test to spec.
|
2017-02-27 13:09:23 +01:00 |
|
Markus Reiter
|
7045b50f3a
|
Convert brew uninstall test to spec.
|
2017-02-23 20:59:10 +01:00 |
|