# File lib/rspec/rails/mocks.rb, line 118defas_new_recordself.__send__("#{self.class.primary_key}=", nil)
superend
connection()click to toggle source
# File lib/rspec/rails/mocks.rb, line 127defconnectionraiseRSpec::Rails::IllegalDataAccessException.new("stubbed models are not allowed to access the database")
end
new_record?()click to toggle source
# File lib/rspec/rails/mocks.rb, line 123defnew_record?!persisted?end