spec/models/patient.rb in mongoid-pre-2.0.0.beta1 vs spec/models/patient.rb in mongoid-pre-2.0.0.pre

- old
+ new

@@ -1,6 +1,4 @@ class Patient include Mongoid::Document - field :title store_in :inpatient - embeds_many :addresses end