Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

test fail of actor_spec #186

Open
himrock922 opened this issue Jun 20, 2018 · 0 comments
Open

test fail of actor_spec #186

himrock922 opened this issue Jun 20, 2018 · 0 comments

Comments

@himrock922
Copy link

himrock922 commented Jun 20, 2018

Hi.
I did execute Rspec to use this gem.
But... actor_spec failed because the following error happend.

%  bundle exec rspec spec/celluloid/io/actor_spec.rb
(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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant