-
Notifications
You must be signed in to change notification settings - Fork 209
Test Coverage #2
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
Conversation
…xmlcanonicalizer which works (I was getting weird issues with the other one)
100% test coverage
Working on code coverage
|
thanks for the updates. running locally on ruby 1.9.2p180, i'm seeing these test failures: |
|
Hmm, interesting. I think I'm running ruby 1.9.3 so I don't know if that could be a problem. I will check it out. |
|
thanks. its fine to require 1.9.2. however our application is not yet running on 1.9.3. |
|
Hey, I think I narrowed it down to a time zone issue in my tests in the end - that's the problem with the UK - it's always GMT so we forget about time zones! Anyway, I think they should pass for you now. Cheers, |
Hi,
Thanks for the awesome plugin, has been really useful. I noticed it was lacking a little in tests so I've brought it up to 100% code coverage.
Note that I've also changes to the 1.9 version of xmlcanonicalizer, so I'm not sure if you'll be able to merge this in - feel free to pick just the specs and not the gemspec though.
Thanks,
Steve