Re: [rspec-users] Test Spies for RSpec 2

2011-01-21 Thread Tom Stuart
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

Re: [rspec-users] Test Spies for RSpec 2

2011-01-21 Thread JDeville
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,

Re: [rspec-users] Test Spies for RSpec 2

2010-12-02 Thread David Chelimsky
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

[rspec-users] Test Spies for RSpec 2

2010-12-01 Thread Scott Bellware
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

Re: [rspec-users] test spies

2010-04-13 Thread David Chelimsky
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

Re: [rspec-users] test spies

2010-04-12 Thread Michael Guterl
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

Re: [rspec-users] test spies

2010-04-12 Thread David Chelimsky
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

[rspec-users] test spies

2010-04-12 Thread Michael Guterl
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