The short suite of tests passes on 2.5 with this change.
I was not able to get the full suite of integration tests to run, with either Ruby 2.4 or 2.5. I did follow all the steps in the Rakefile (rake test:clean; rake test:setup; rake test:full) Is this still something that's used for this project?
There was an obsolete flag being passed to the test command.
I've removed the flag only for versions of ruby >= 1.9. That's when this flag became unnecessary, and it was removed with ruby 2.5.
See Ruby release notes for 2.5 at: https://github.com/ruby/ruby/blob/v2_5_0/NEWS#stdlib-compatibility-issues-excluding-feature-bug-fixes
The short suite of tests passes on 2.5 with this change.
I was not able to get the full suite of integration tests to run, with either Ruby 2.4 or 2.5. I did follow all the steps in the Rakefile (
rake test:clean; rake test:setup; rake test:full
) Is this still something that's used for this project?