Re: [rspec-users] Deprecating the mocking framework?

2007-09-05 Thread Steven R. Baker
Wilson Bilkovich wrote: > On 9/5/07, Christoph Sturm <[EMAIL PROTECTED]> wrote: > >> everybody in this thread is reacting like you are about to remove the >> built in mocking. The idea was to deprecate it, something like >> >> "if you use the build in mocking right now, fine. If you start a new

Re: [rspec-users] Testing c code with rspec?

2007-08-26 Thread Steven R. Baker
Ben Mabey wrote: > Hey all, > Has any one ever tested or try to test c code with rspec? I am using > system calls to my compiled c program and testing against the standard > output but I would like to get a lot more granular than this. I have > I've specified Ruby C extensions using RSpec, b