I'm using Mongoid and got this same error. I added these fields and got rspec to go green on my 16 examples.
field :confirmation_token, :type => String
field :confirmed_at, :type => Time
field :confirmation_sent_at, :type => Time
field :unconfirmed_email, :type => String