-
Notifications
You must be signed in to change notification settings - Fork 966
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
Detailed time span #65
Conversation
MehdiK
commented
Jan 22, 2014
- Cleaned up TimeSpan Humanize tests
- Added precision to TimeSpan Humanize. This addresses TimeSpan's should show the time breakdown #29 Question: 11 days seems to output 1 week, is this the designed behaviour? #56
- Updated ApiApprover specs - oops
I'd really appreciate a code review and feedback |
CouldBeEither, | ||
Plural, | ||
Singular, | ||
value__, |
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.
Weird, what is __value?
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.
I saw that too. It looks like a bug in ApiApprover for enums. I will check out ApiApprover to see if I can find and fix it.
Looks great mate!! Nice work as always. |