# File lib/rspec/rails/mocks.rb, line 13
        def as_new_record
          self.stub(:id) { nil }
          self
        end