Displaying 2 results from an estimated 2 matches for "imtalkathon".
2008 Jul 14
2
Windows XP Files Disapearing
...= yes
write list= @"administrators",@"everyone"
browseable = yes
guest ok = yes
writeable = yes
map archive = yes
map system = yes
map hidden = yes
_________________________________________________________________
Making the world a better place one message at a time.
http://www.imtalkathon.com/?source=EML_WLH_Talkathon_BetterPlace
2008 Jun 28
19
Stopping example execution?
Hello, I''m wondering If I am missing something here when creating an example that sets an expecation at the top or beginning of an action but requires you to stub / mock everything that follows.
Example:
I want to test that a certain controller is running a before_filter...thats easy:
- controller.should_receive(:require_user)
- do_get
But now i''ve got to mock / stub