spec/support/actor_mocking.rb in ridley-2.5.1 vs spec/support/actor_mocking.rb in ridley-3.0.0.rc1
- old
+ new
@@ -1,6 +1,6 @@
RSpec.configuration.before(:each) do
- class Celluloid::ActorProxy
+ class Celluloid::CellProxy
unless @rspec_compatible
@rspec_compatible = true
undef_method :should_receive if method_defined?(:should_receive)
undef_method :stub if method_defined?(:stub)
end