module RSpec::Rails::Mocks::ActiveRecordInstanceMethods

def destroy

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