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

Fix runner.rb key inconsistency #828

Merged
merged 1 commit into from
Jul 14, 2016
Merged

Fix runner.rb key inconsistency #828

merged 1 commit into from
Jul 14, 2016

Conversation

alexpop
Copy link
Contributor

@alexpop alexpop commented Jul 13, 2016

Fixes #827

@arlimus
Copy link
Contributor

arlimus commented Jul 14, 2016

Thank you for catching it @alexpop

@arlimus arlimus merged commit 174bbe8 into master Jul 14, 2016
@arlimus arlimus deleted the ap/sym_vs_strings branch July 14, 2016 00:40
@arlimus
Copy link
Contributor

arlimus commented Jul 16, 2016

This issue has been bugging me for the last 2 days: Why wasn't it caught by our tests? As it turns out, all the values by default (and the way we run functional tests) come in via Thor, which has a smarter variant of Hash. It allows the retrieval of fields via symbol and string.

We need an intermediate test layer.

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

Successfully merging this pull request may close these issues.

3 participants