Sha256: 7e895e97c126e38c9c3695d559cca7f81b300396a6b022dd9b5c50e109cd8e54
Contents?: true
Size: 266 Bytes
Versions: 32
Compression:
Stored size: 266 Bytes
Contents
RSpec.configuration.before(:each) do 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 end end
Version data entries
32 entries across 32 versions & 2 rubygems