# File lib/couch_potato/view/properties_view_spec.rb, line 8
      def map_function
        map_body do
          "emit(#{formatted_key}, #{properties_for_map(properties)});"
        end
      end