-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Update tests and CI for Ruby 2.2.0 #208
Conversation
assert !response.send(:validate_conditions, true) | ||
Timecop.freeze(Time.parse("2011-06-14T18:21:01Z")) do | ||
response = OneLogin::RubySaml::Response.new( | ||
response_document_5, |
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.
Nitpick, but the whitespace is off a bit :) Same below
;) |
👍 |
@@ -1,6 +1,6 @@ | |||
# | |||
# Please keep this file alphabetized and organized | |||
# | |||
source 'http://rubygems.org' | |||
source 'https://rubygems.org' |
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.
If you're making this change here, you might want to make it in gemfiles/nokogiri-1.5.gemfile
as well.
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.
done, good call
Update tests and CI for Ruby 2.2.0
Status
READY
Description
Update tests and CI configuration for Ruby 2.2.0
Todos