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
Due to implicit conversion (#to_hash) User instance gets deconstructed into a hash when passed into the test method. The behaviour was introduce in this PR — 26c17eb.
My question is — was it intentional and there's a legit use-case or accidental?
The text was updated successfully, but these errors were encountered:
@antstorm we'll be posting an official roadmap/timeline very soon! I recommend following Tim's updates on his blog too. You can also see our Trello board to get a sense of where we are in the process.
Something that caught me off guard when using an instance of
Hanami::Entity
with Ruby's double splat:Due to implicit conversion (
#to_hash
) User instance gets deconstructed into a hash when passed into the test method. The behaviour was introduce in this PR — 26c17eb.My question is — was it intentional and there's a legit use-case or accidental?
The text was updated successfully, but these errors were encountered: