If the idea of having to say 'stubs(:method)' for every method that you're
going to call and verify, give my new mocking library Matahari a go:
https://github.com/mortice/matahari
It's brand new and deficient in many ways but I'm planning on improving it and
it sounds like we appreciate the sa
Scott, check out Bourne. It's an add on to mocha that gives you
spies. I'm using it, and like it a lot.
On Dec 2 2010, 8:53 am, David Chelimsky wrote:
> On Dec 2, 2010, at 1:44 AM, Scott Bellware wrote:
>
> > I've tried three test spy mocking frameworks for RSpec that I know of.
> > Presently,
On Dec 2, 2010, at 1:44 AM, Scott Bellware wrote:
> I've tried three test spy mocking frameworks for RSpec that I know of.
> Presently, all three (Not A Mock, RR, rspec-spies) don't work with
> RSpec 2.
Have you contacted the maintainers of the projects that offer spies? I'm a bit
surprised they
I've tried three test spy mocking frameworks for RSpec that I know of.
Presently, all three (Not A Mock, RR, rspec-spies) don't work with
RSpec 2.
Does anyone have a line on any other mocking frameworks for RSpec 2
that allow the AAA style to be supported?
I'm really hoping to not have to roll of
On Apr 12, 2010, at 2:38 PM, Michael Guterl wrote:
> On Mon, Apr 12, 2010 at 1:16 PM, David Chelimsky wrote:
>> On Apr 12, 2010, at 11:17 AM, Michael Guterl wrote:
>>
>>> I'm curious what the current state of test spies in rspec is?
>>>
>>> What is everyone using for this? not a mock? rr? rs
On Mon, Apr 12, 2010 at 1:16 PM, David Chelimsky wrote:
> On Apr 12, 2010, at 11:17 AM, Michael Guterl wrote:
>
>> I'm curious what the current state of test spies in rspec is?
>>
>> What is everyone using for this? not a mock? rr? rspec-spies?
>> I see that spies were going to be added to rspe
On Apr 12, 2010, at 11:17 AM, Michael Guterl wrote:
> I'm curious what the current state of test spies in rspec is?
>
> What is everyone using for this? not a mock? rr? rspec-spies?
> I see that spies were going to be added to rspec 1.3.0, but pulled
> because of a bug
> (https://rspec.lightho
I'm curious what the current state of test spies in rspec is?
What is everyone using for this? not a mock? rr? rspec-spies?
I see that spies were going to be added to rspec 1.3.0, but pulled
because of a bug
(https://rspec.lighthouseapp.com/projects/5645/tickets/938), will this
be brought back