Douglas Eichelberger
|
4cf9ef831a
|
Port Homebrew::Cmd::Uninstall
|
2024-04-01 11:46:01 -07:00 |
|
Douglas Eichelberger
|
26eda5a303
|
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
|
2024-02-19 13:57:27 +00:00 |
|
Douglas Eichelberger
|
9075cbae62
|
brew style --fix
|
2023-04-21 09:58:50 -07:00 |
|
Douglas Eichelberger
|
ac1e6ded9a
|
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
|
2023-04-21 09:57:47 -07:00 |
|
Rylan Polster
|
4a82d807e1
|
style: remove RSpec/MultipleDescribes violations in commands
|
2021-02-01 20:30:51 -05:00 |
|
Tie
|
4127a7b624
|
move some uninstall tests to new file
|
2020-11-04 17:14:43 -05:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Seeker
|
5acdcd26d0
|
formula: rename installed_prefix to latest_installed_prefix
|
2020-09-01 09:32:32 -07:00 |
|
Markus Reiter
|
e14506e589
|
Pass args in uninstall instead of using global args .
|
2020-07-30 03:21:12 +02:00 |
|
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 |
|