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

Potential incompatibility with RSpec 3.5.4 #121

Closed
axelson opened this issue Dec 1, 2016 · 7 comments · Fixed by #137
Closed

Potential incompatibility with RSpec 3.5.4 #121

axelson opened this issue Dec 1, 2016 · 7 comments · Fixed by #137

Comments

@axelson
Copy link
Contributor

axelson commented Dec 1, 2016

I'm trying to upgrade from RSpec 3.2.0 with airborne 0.2.5 to RSpec 3.5.4 with airborne 0.2.7 but I get the following error when trying to run my tests:

$ bundle exec rspec
bundler: failed to load command: rspec (/Users/jason/.rbenv/versions/2.2.5/bin/rspec)
Bundler::GemRequireError: There was an error while trying to load the gem 'airborne'.
Gem Load Error is: undefined method `requester_module' for #<RSpec::Core::Configuration:0x007facbbb26ac8>
Backtrace for gem load error is:
/Users/jason/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/airborne-0.2.7/lib/airborne/base.rb:19:in `included'
/Users/jason/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:2070:in `include'
/Users/jason/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:2070:in `safe_include'
/Users/jason/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:1236:in `block in include'
/Users/jason/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb:2053:in `block (2 levels) in on_existing_matching_groups'

Is there something wrong with my setup or is there an incompatibility?

@axelson
Copy link
Contributor Author

axelson commented May 24, 2017

Any ideas on what to try?

@sethpollack
Copy link
Collaborator

What does your configuration look like?

@axelson
Copy link
Contributor Author

axelson commented May 24, 2017

Nothing too interesting as far as I can tell. I believe the problem is in Airborne. I just submitted the PR to fix it and you merged it already so I guess this should be good now.

@axelson
Copy link
Contributor Author

axelson commented May 24, 2017

Do you know when the next release will be cut?

@sethpollack
Copy link
Collaborator

I just pushed

@axelson
Copy link
Contributor Author

axelson commented May 24, 2017

Great. I see it now. Thanks for the help! ❤️

@sethpollack
Copy link
Collaborator

NP

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 a pull request may close this issue.

2 participants