ruby-grape / grape

An opinionated framework for creating REST-like APIs in Ruby.
http://www.ruby-grape.org
MIT License
9.88k stars 1.22k forks source link

add failing spec for leaking indices between requests #2461

Closed seriousdev-gh closed 3 months ago

seriousdev-gh commented 3 months ago

failing spec for issue https://github.com/ruby-grape/grape/issues/2460

grape-bot commented 3 months ago
1 Warning
:warning: Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.
1 Message
:book: We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Here's an example of a CHANGELOG.md entry:

* [#2461](https://github.com/ruby-grape/grape/pull/2461): Add failing spec for leaking indices between requests - [@seriousdev-gh](https://github.com/seriousdev-gh).

Generated by :no_entry_sign: Danger

dblock commented 3 months ago

Fixed in https://github.com/ruby-grape/grape/pull/2463.