-
Notifications
You must be signed in to change notification settings - Fork 132
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
NameError: uninitialized constant RSpec::Matchers::Composable #212
Comments
Hi @mamirad, I'll need a little more to go on than this stacktrace. Can you provide a reproduceable example (e.g., Gemfile and example spec)? |
Just a guess, but do you have |
This answer helped me with the same issue: https://stackoverflow.com/questions/27834963/uninitialized-constant-rspecmatcherscomposable |
Seems to be fixed. Couldn't reproduce but since we're explicitly requiring the matchers, I expect it's fixed anyway. |
rails aborted!
NameError: uninitialized constant RSpec::Matchers::Composable
Did you mean? Comparable
'/home/amir/.rvm/gems/ruby-3.1.4@IWM/gems/rspec-sidekiq-4.1.0/lib/rspec/sidekiq/matchers/base.rb:165:in
<class:Base>' /home/amir/.rvm/gems/ruby-3.1.4@IWM/gems/rspec-sidekiq-4.1.0/lib/rspec/sidekiq/matchers/base.rb:163:in
module:Matchers'/home/amir/.rvm/gems/ruby-3.1.4@IWM/gems/rspec-sidekiq-4.1.0/lib/rspec/sidekiq/matchers/base.rb:3:in
<module:Sidekiq>' /home/amir/.rvm/gems/ruby-3.1.4@IWM/gems/rspec-sidekiq-4.1.0/lib/rspec/sidekiq/matchers/base.rb:2:in
module:RSpec'/home/amir/.rvm/gems/ruby-3.1.4@IWM/gems/rspec-sidekiq-4.1.0/lib/rspec/sidekiq/matchers/base.rb:1:in `
The text was updated successfully, but these errors were encountered: