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

config: allow setting String numbers as project_id #89

Merged
merged 2 commits into from
Jun 6, 2016

Conversation

kyrylo
Copy link
Contributor

@kyrylo kyrylo commented Jun 6, 2016

It was a bad idea to restrict this option to Integers. People often
configure this option via ENV variables, so the value would be a
String.

It was a bad idea to restrict this option to Integers. People often
configure this option via ENV variables, so the value would be a
String.
@@ -120,15 +120,24 @@
end
end

context "when the project_id value is not an Integer" do
context "when the project_id value is not an number" do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: a number

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@sgray
Copy link
Contributor

sgray commented Jun 6, 2016

LGTM!

@kyrylo
Copy link
Contributor Author

kyrylo commented Jun 6, 2016

👍

@kyrylo kyrylo merged commit b0c2224 into master Jun 6, 2016
@kyrylo kyrylo deleted the project-id-env-fix branch June 6, 2016 14:45
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.

2 participants