nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
5 stars 1 forks source link

add include_all to respond_to_missing #87

Closed jmarsh24 closed 9 months ago

jmarsh24 commented 9 months ago

This PR fixes an argument error in config.rb, :respond_to_missing? takes two arguments instead of one. https://ruby-doc.org/3.2.2/Object.html#method-i-respond_to-3F

This came up while trying to stub the Config object in rspec.