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 trying to run the pickle generator or simply my cucumber features (I had run the pickle generator before adding pickle-mongoid) I get the following error:
The good thing is that you don't need to user pickle-mongoid. From version 0.4.0 adapter is in the original pickle gem. The bad thing is that I don't know where your error came from. You can look at the simple app that I've created for testign this issue: https://github.com/martinciu/pickle_mongoid_example . It works for me.
When trying to run the pickle generator or simply my cucumber features (I had run the pickle generator before adding pickle-mongoid) I get the following error:
uninitialized constant Mongoid::Document::PickleAdapter::Pickle (NameError)
I can't seem to figure out the cause.
The text was updated successfully, but these errors were encountered: