-
Notifications
You must be signed in to change notification settings - Fork 177
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
Added support for colons in section names #5
Conversation
|
Thanks for the submission. Seems totally reasonable, and I'll merge it as soon as I get a chance to update the tests... or if you get there before I do and want to add a commit, that would be great too. |
|
@cprice-puppet So I figured I'd try my luck at writing some spec tests, but can't get the existing tests to pass. I get the following errors: There's multiple occurrences of it. Any idea? Thanks, |
|
Hey Joe, Thanks for your patience and persistence! I've had a note on my TODO list to come back around to this but haven't had a chance yet. That error looks like you are just missing some gems. I believe that |
|
@cprice-puppet Thanks, Chris. I have the current gems installed: I should simply be running |
|
Hi Joe, I just upgraded to the latest version of puppetlabs_spec_helper and all of the gems that you listed above, and I am seeing those same failures. Not sure what changed in those dependencies since the older versions that I was using worked, but, we ought to fix it :) You should be able to fix it by adding the following to the end of the file |
|
@cprice-puppet That did the trick, thanks! I have added some tests. |
|
Awesome, thank you |
Added support for colons in section names
I'm using this module with some OpenStack components. The ini files contain sections such as
I have not updated the spec tests to account for this change, though.