From c5254772dab967cce894f032c1a95f1d5d3d455b Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Sun, 26 Apr 2026 02:03:04 +0930 Subject: [PATCH] Apply suggestion from @CloCkWeRX --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0800d3097..e9ab51b6f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -79,4 +79,5 @@ Rails/SkipsModelValidations: Rails/ResponseParsedBody: Exclude: - - spec/controllers/api/v1/plantings_controller_spec.rb \ No newline at end of file + - spec/controllers/api/v1/plantings_controller_spec.rb + - spec/requests/api/v1/members_request_spec.rb \ No newline at end of file