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

Version Path
ridley-1.2.0 spec/support/actor_mocking.rb
ridley-1.1.1 spec/support/actor_mocking.rb
ridley-1.1.0 spec/support/actor_mocking.rb
ridley-1.0.2 spec/support/actor_mocking.rb
ridley-1.0.1 spec/support/actor_mocking.rb
ridley-1.0.0 spec/support/actor_mocking.rb
ridley-1.0.0.rc3 spec/support/actor_mocking.rb
ridley-1.0.0.rc2 spec/support/actor_mocking.rb