From 4566b6c1bbe358b94b22c02f485eab6eeaaf4025 Mon Sep 17 00:00:00 2001 From: Peter Aarestad Date: Wed, 25 Sep 2024 14:40:57 -0500 Subject: [PATCH] function -> method --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592c76a01..f0797ef0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Master (Unreleased) -- Fix false-positive for `RSpec/UnspecifiedException` when a function is literally named `raise_exception`. ([@aarestad]) +- Fix false-positive for `RSpec/UnspecifiedException` when a method is literally named `raise_exception`. ([@aarestad]) ## 3.0.5 (2024-09-07)