You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
(skip)
100) Celluloid::IO behaves like a Celluloid Actor raw message sends logs on unhandled messages
Failure/Error: Thread.current[:celluloid_actor_system] || @actor_system || raise(Error, "Celluloid is not yet started; use Celluloid.boot")
Celluloid::Error:
Celluloid is not yet started; use Celluloid.boot
Shared Example Group: "a Celluloid Actor" called from ./spec/celluloid/io/actor_spec.rb:4
All error output of above wording.
Before I running the test, I added following to the spec_helper.rb
+ require "rspec/retry"
require "celluloid/rspec"
What is this error?
Regards.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I did execute Rspec to use this gem.
But... actor_spec failed because the following error happend.
All error output of above wording.
Before I running the test, I added following to the spec_helper.rb
What is this error?
Regards.
The text was updated successfully, but these errors were encountered: