module Spec::Mocks::ExampleMethods
def stub_everything(name = 'stub')
to any message it receives that it hasn't been explicitly instructed
Shortcut for creating a mock object that will return itself in response
def stub_everything(name = 'stub') mock(name, :null_object => true) end