gimme 0.3.4
gimme attempts to bring to Ruby a test double workflow akin to Mockito in Java. Major distinctions include preserving arrange-act-assert in tests, fast feedback for methods the double's real counterpart may not know how to respond to, no string/symbolic representations of methods, argument captors, and strong opinions (weakly held).
Gemfile:
=
install:
=
Development Dependencies (14):
cucumber
>= 0
cucumber
>= 0.10.0
growl
>= 0
guard-cucumber
>= 0
guard-rspec
>= 0
jeweler
>= 0
pry
>= 0
rake
>= 0
rb-fsevent
>= 0
rdoc
>= 0
rspec
>= 0
rspec
>= 1.3.1
rspec-given
>= 0
simplecov
>= 0