search for: stubing

Displaying 4 results from an estimated 4 matches for "stubing".

Did you mean: stubbing
2007 Jun 13
3
standard location for spec helpers
Is there a standard location for spec helpers (as in bits of code that help write specs)? I''m mocking/stubing-out portions of ActiveSalesforce, a remote-database abstraction layer so my specs won''t have to rely on a remote connection, but I''m not sure where I should be putting this helper lib. I was thinking of just sticking it in spec/ but I was curious if there''s a standard...
2011 Dec 21
3
Stereoscopic 3D in Wine?
...the important part of the terminal output at Pastebin, though not all of it, because my terminal doesn't remember that far back. Just go to line 202 because that's where I start installing the program after having installed dotNET20. Everything before line 202 is either me showing it "stubing out" for not having dotNET20 or me installing dotNET20 or me trying to install iZ3D before having dotNET20 installed. Pastebin paste: http://pastebin.com/eXAcsthf Jake
2003 Jul 30
3
FreeBSD not-so-stable
I have a FreeBSD 4.8-Release machine that I upgraded from a 4.5 or 4.4 machine. It works just great for about 9 days, then processes will not die. It starts to become a problem when I can't kill processes, restart services, connections hang, and I can't reboot or shutdown, I have to do a hard reset. I can't really find anything in the logs to indicate what is giving me
2007 Feb 05
10
how does Mocha compare in terms of classical vs mock-based testing, and stubbing???
Hi guys, I''ve just been reading Martin Fowler''s article re mock versus stubbing<http://martinfowler.com/articles/mocksArentStubs.html>where he compares traditional TDD testing techniques with mock based testing. I''d be interested in comments from a ruby on rails perspective in terms of this and Mocha? For example: a) Do you see Mocha as a robust way to test Ruby