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

Error when running RSpec: No executor pool? #1

Open
danielbryantuk opened this issue Dec 3, 2014 · 1 comment
Open

Error when running RSpec: No executor pool? #1

danielbryantuk opened this issue Dec 3, 2014 · 1 comment

Comments

@danielbryantuk
Copy link

Hi,

The project looks very interesting, but after running bundle install and rspec I'm getting the following two errors:

[2014-12-03T17:20:49.128137 #90980] ERROR -- : Cmd crashed!
RuntimeError: No executor pool found! Did you forget to call super in your initialize method?
...
[2014-12-03T17:20:49.133713 #90980] ERROR -- : NoFallbackCommand crashed!
RuntimeError: fail

Could anyone provide any guidance please? Has this alway been an issue, or is a new version of a gem causing the issue?

Best wishes,

Daniel

@smith186
Copy link

Those are caused by tests that intentionally raise exceptions to test the fallback code. It's normal to see them.

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

No branches or pull requests

2 participants