Closed myronmarston closed 12 years ago
Before this change, the following worked improperly:
class A def m(a, &b) end end fire_double("A").stub(:m).with(:two, :arguments)
The block arg was counted previously so this passed even though it should not.
Before this change, the following worked improperly:
The block arg was counted previously so this passed even though it should not.