igrep / crispy

Test Spy for Any Object in Ruby.
http://rubygems.org/gems/crispy
MIT License
22 stars 2 forks source link

received_ordered? method #7

Open igrep opened 10 years ago

igrep commented 10 years ago

Similar to rspec-mocks's expect(object).to have_received(:message).ordered. Maybe it's the only feature which rspec-mocks providers but crispy can't do easily.

It's good to implement by extending Array or Enumerable directly.