# File lib/rspec/rails/mocks.rb, line 108
        def new_record?
          __send__(self.class.primary_key).nil?
        end