-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
empty param value in defined type test case #97
Comments
You need to put something in the empty hash. Whatever you expect it to be should be in there. |
Ahh ok I see now. Thanks for the clarification. Yes it should have been populated automatically. For some reason it is not working though. The problem would most likely be in the serializer. This is a bit complicated to understand as it descends the tree recursively. I'll look into this later and put out a patch if necessary. Thanks for reporting. |
* Previously the serializer did not serialize literal hashes properely because the KeyedEntry type was missing.
I found and fixed the issue, but the output looks terrible at the moment, and needs to be include the line breaks.
|
Thank you very much for your work! |
Thank you for the great software!
I use it to create a node test. Just change
node
toclass
and create a pseudo-class.All works correct, but in case
hash
I got the empty hash.For example:
Changed to:
And then a run the test
rspec
I got error because spaces variable is not empty.Can you give me a hint, how I can fix it?
The text was updated successfully, but these errors were encountered: