-
Notifications
You must be signed in to change notification settings - Fork 33
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
fix components config #100
fix components config #100
Conversation
e508a22
to
4c84a1c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great PR.
I believe it is mergeable as is, but I've included some fine-tuning comments that you may want to consider or ignore, your choice.
4c84a1c
to
a4fd11a
Compare
@marcandre made a few tweaks based on your feedback, but left most of the possibly redundant testing in. I'm of the opinion that it's better to "over-test" than to under do it. These scenarios were just the best way i could think of to triple check that I was testing exactly what I was expecting. I am more than willing to modify as needed though |
a4fd11a
to
f72d266
Compare
f72d266
to
a1e8efc
Compare
Excellent work 🙇 |
BTW, the convention in Ruby is to use only implicit conversion ( |
Excellent point. Thanks for all the feedback! |
fixes config to actually allow setting components tags as mentioned in README.md
fixes config error portion of issue #95