spec/support/actor_mocking.rb in motherbrain-1.1.1 vs spec/support/actor_mocking.rb in motherbrain-1.1.2

- old
+ new

@@ -1,6 +1,6 @@ RSpec.configuration.before(:each) do - class Celluloid::ActorProxy + class Celluloid::CellProxy [ :should_receive, :should_not_receive, :stub, :stub_chain, :should, :should_not ].each do |method| undef_method(method) if method_defined?(method) end end end