searls / gimme

A low-specification test double tool in ruby
http://rubygems.org/gems/gimme
MIT License
69 stars 10 forks source link

Adds a bit of sugar to the 'verify' DSL method. #9

Closed notlaforge closed 12 years ago

notlaforge commented 12 years ago

This allows for code like 'verify(double, 2.times).equal?(:fruit)' on Ruby 1.8.7 and greater.

notlaforge commented 12 years ago

@searls, no good?

searls commented 12 years ago

Sorry, I completely missed this. I'll look at it soon!

searls commented 12 years ago

Nice. And thanks for playing along with the rspec-given specs!