You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in test-mode, Sunspot provides a AbstractSessionProxy, the purpose being to effectively stub the interaction with Sunspot on non-search related tests to keep things fast.
We use this in the majority of our tests (as I'm sure, do many others) - would it be possible to also support this class, extending the other methods?
I'd think a re-factoring of sunspot_with_kaminari to be a module, which is mixed-into the regular sunspot session, and can be mixed-into the sunspot session proxy, would be a good solution?
The text was updated successfully, but these errors were encountered:
When in test-mode, Sunspot provides a AbstractSessionProxy, the purpose being to effectively stub the interaction with Sunspot on non-search related tests to keep things fast.
We use this in the majority of our tests (as I'm sure, do many others) - would it be possible to also support this class, extending the other methods?
Implementation at : https://github.com/outoftime/sunspot/blob/master/sunspot/lib/sunspot/session_proxy/abstract_session_proxy.rb
I'd think a re-factoring of
sunspot_with_kaminari
to be a module, which is mixed-into the regular sunspot session, and can be mixed-into the sunspot session proxy, would be a good solution?The text was updated successfully, but these errors were encountered: