Skip to content
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

Issue with post_spec.rb test #23

Closed
saurookadook opened this issue Mar 9, 2018 · 1 comment
Closed

Issue with post_spec.rb test #23

saurookadook opened this issue Mar 9, 2018 · 1 comment
Labels

Comments

@saurookadook
Copy link

I believe line 11 in the tests should only be tags_attributes: {} instead of tags_attributes [{}]. With the original line given in the tests, it raises an error which requires extra steps in the tags_attributes= method which you normally would not need, since Rails would pass the argument for that method as a hash rather than an array with a hash.

drakeltheryuujin pushed a commit that referenced this issue Oct 21, 2019
@drakeltheryuujin
Copy link
Contributor

Thank you for spotting this issue and providing feedback.

We have updated the materials and believe your issue to have been resolved.

We apologize for any frustration you might have encountered during this process but thank you for helping us ensure that those who follow in your path will not encounter the same problems that you faced.

If you do not believe that this issue has been addressed, please re-open this issue. 💙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@drakeltheryuujin @saurookadook and others