Sha256: 8f1fde8725f8fbe0a009d5b6473bb947b17d44cfb4c38290fed70de62f97faf7
Contents?: true
Size: 267 Bytes
Versions: 48
Compression:
Stored size: 267 Bytes
Contents
RSpec.configuration.before(:each) do class Celluloid::ActorProxy unless @rspec_compatible @rspec_compatible = true undef_method :should_receive if method_defined?(:should_receive) undef_method :stub if method_defined?(:stub) end end end
Version data entries
48 entries across 48 versions & 2 rubygems