YAMAMOTO Yuji

Results 59 issues of YAMAMOTO Yuji

- `spy().received_method_names`: `spy().received_messages.map(&:method_name)` - `spy().received_arguments`: `spy().received_messages.map(&:arguments)` - `Crispy.received_messages(x)`: `spy(x).received_messages` - `Crispy.received_method_names(x)`: `Crispy.spy(x).received_messages.map(&:method_name)` - `Crispy.received_arguments(x)`: `Crispy.spy(x).received_messages.map(&:arguments)`

enhancement
0 - Backlog

Add feature to select which method to spy by the user. ``` ruby spy_into(x).only(:hoge) x.foo spy(x).received_messages.map(&:method_name) # => [] ``` `spy_into!` involves incompatible change: `spy_into` only spies methods specified by...

enhancement
2 - Working

enhancement
2 - Working

https://codeclimate.com/github/igrep/crispy/Crispy::CrispyInternal::Double

enhancement
0 - Backlog

enhancement
0 - Backlog

enhancement
0 - Backlog