From 993f9ca3df03b9de2b282880a6c01204a9676274 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov Date: Thu, 11 Jun 2020 12:18:47 +0300 Subject: [PATCH] Add Andrew to the hall of fame For his incredible work on https://github.com/rubocop-hq/rubocop-rspec/pull/925 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8094c42..a367b7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Add new `SpecSuffixOnly` option to `RSpec/FilePath` cop. ([@zdennis][]) * Allow `RSpec/RepeatedExampleGroupBody` to differ only by described_class. ([@robotdana][]) * Fix `RSpec/FilePath` detection across sibling directories. ([@rolfschmidt][]) +* Improve the performance of `RSpec/SubjectStub` by an order of magnitude. ([@andrykonchin][]) ## 1.39.0 (2020-05-01) @@ -514,3 +515,4 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features. [@zdennis]: https://github.com/zdennis [@robotdana]: https://github.com/robotdana [@rolfschmidt]: https://github.com/rolfschmidt +[@andrykonchin]: https://github.com/andrykonchin