Closed
Description
While running benchmark/large_model
locally, I stumbled upon this following error
undefined method `exclude?' for [JSON, [JSON]]:Array
I ran the entire spec suite locally and I never faced the issue. After some investigation, I've figured that grape-entity
is automatically loaded while running RSpec and it's requiring require 'active_support/core_ext/enumerable
. Therefore, exclude?
works on any enum. I'll create a PR to require it on our own.
Metadata
Metadata
Assignees
Labels
No labels