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

Run tests against Ruby 2.2 #89

Merged
merged 3 commits into from
Sep 1, 2015
Merged

Conversation

evie404
Copy link
Contributor

@evie404 evie404 commented Sep 1, 2015

Hi,

The reason why flexmock was failing in Ruby 2.2 is because Ruby 2.2 removed test-unit from its standard library. Specifying it as an explicit dependency allows tests to run (and pass) on Ruby 2.2.

On the side note: we are trying to upgrade our service discovery framework airbnb/synapse to support Ruby 2.x. We've been seeing various failures reported by the community (airbnb/synapse#94, airbnb/synapse#134, airbnb/synapse#137) related to those Ruby versions so we might be sending more pull requests to zk and zookeeper gems if we discover incompatibilities with Ruby 2.x.

Thanks a lot!

@eric
Copy link
Member

eric commented Sep 1, 2015

Thanks!

eric added a commit that referenced this pull request Sep 1, 2015
@eric eric merged commit e3274c1 into zk-ruby:master Sep 1, 2015
@evie404 evie404 deleted the rpai/ruby22_tests branch September 1, 2015 01:59
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