Sha256: 44d7ff1bff1dd8ff06540a48c22c3ce6180ed0a3280666bc8d8b5ecd3d645ff0
Contents?: true
Size: 510 Bytes
Versions: 24
Compression:
Stored size: 510 Bytes
Contents
Short term things to do: * Explicit => Explicitly DONE * Consolidate mock argument matching and spy argument matching * Consolidate mock block detection and spy block detection. * Consolidate the :on option with mocks * Pass through mode for partial mocks * Update readme * auto-mock class when using base_class IDEAS spy.should have_received(:foo).with(arg1, arg2) # PREFERRED spy.should have_received.foo(arg1, arg2) assert_called spy, :foo, arg1, arg2 assert_spy(spy).received(:foo).with(arg1, arg2)
Version data entries
24 entries across 24 versions & 1 rubygems