module RSpec::Rails::Mocks::InstanceMethods

def destroy

def destroy
  self.stub(:id) { nil }
end