With the introduction of named scope in rails does anyone have mocha testing suggestions for something like this: @person .completed_moves .in_locaiton(params[:location]).in_site(params[:site]).find(:first) .dustin