Displaying 1 result from an estimated 1 matches for "___tassdfsdfks".
2008 May 03
4
silly partial qu
...''m just trying to check a partial has been rendered, by using:
response.template.should_receive(:render).with(:partial => "tasks/list")
this passes, even if I put something bogus in the partial name, such as:
response.template.should_receive(:render).with(:partial =>
"___tassdfsdfks/list")
does anyone know why this doesn''t fail?
is this the wrong way to simply check a partial is being rendered?
am running this as a story step.
thanks,
steven