spec/dcell/actor_proxy_spec.rb in dcell-0.12.0.pre vs spec/dcell/actor_proxy_spec.rb in dcell-0.13.0.pre

- old
+ new

@@ -56,9 +56,9 @@ @remote_actor.crash end.to raise_exception(RuntimeError) sleep 0.1 # hax to prevent a race between exit handling and the next call @local_actor.crash_reason.should be_a(RuntimeError) - @local_actor.crash_reason.to_s.should == "the spec purposely crashed me :(" + @local_actor.crash_reason.message.should == "the spec purposely crashed me :(" end end end