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
The problem with that is you need to create the record. If you want to use this to test Api:Users::Create for example this would not work quite right.
I think what this needs is #34 for building an unsaved model with a fake id. Then we can use that for something like UserBox.attributes or UserBox.attributes &.name("whatever"). This would be super awesome for testing APIs
I want to test methods and classes with params from my boxes.
It would be amazing to be able to get generated attributes from boxes as
NamedTuple
for passing to methods or something else.The text was updated successfully, but these errors were encountered: