# File lib/couch_potato/database.rb, line 68
    def first!(spec)
      first(spec) || raise(CouchPotato::NotFound)
    end