-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
uninitialized constant RSpec::Core::Hooks #49
Comments
@alessandro1997 if you |
Nope, I get |
The issue seems to affect version 1.3.0 only. If I lock the gem to 1.2.1, everything works fine. |
@alessandro1997 right, that's because it's a bug introduced in the latest version. 😄 |
Just pushed v1.3.1. Unlock from 1.2.1, do a
and let me know if that works. |
I still get |
@alessandro1997 one more thing. Try adding |
Now it's working! Shouldn't it be included automatically since it's a dependency? |
Excellent! Can you please do me one more favor and see if this works?
Make sure that the require 'rspec'
require 'rspec/core/formatters/base_text_formatter'
require 'ruby-progressbar' And then remove the: gem 'rspec' from your Gemfile. |
If that doesn't work, try removing: require 'rspec/core/formatters/base_text_formatter' and try again. |
It works even without removing: require 'rspec/core/formatters/base_text_formatter' |
@alessandro1997 thank you! |
No, thank you for this little awesome gem! |
be05ff8 fixes this issue and version Versions |
This issue has been closed automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Whenever I run Rake, I get this error:
Here's my Gemfile:
rake
's version: 10.1.0rspec-core
's version: 2.14.7fuubar
's version: 1.3.0The text was updated successfully, but these errors were encountered: