spec/deprecate/actor_system_spec.rb in celluloid-0.17.0 vs spec/deprecate/actor_system_spec.rb in celluloid-0.17.1

- old
+ new

@@ -60,10 +60,10 @@ it "shuts down" do subject.shutdown expect { subject.get_thread } - .to raise_error(Celluloid::Group::NotActive) + .to raise_error(Celluloid::NotActive) end it "warns nicely when no actor system is started" do expect { DeprecatedTestActor.new } .to raise_error("Celluloid is not yet started; use Celluloid.boot")