1..9 # get_partial() ok 1 - get_partial() uses the class specified in partial_view_class for the given module ok 2 - get_partial() accepts a case-insensitive module name # get_slot() ok 3 - get_slot() retrieves default slot content ok 4 - get_slot() retrieves slot content # has_slot() ok 5 - has_slot() checks if a slot exists ok 6 - has_slot() checks if a slot does not exist # include_slot() ok 7 - include_slot() prints out the content of an existing slot ok 8 - include_slot() does not print out the content of an unexisting slot ok 9 - include_slot() prints out the default content specified for an unexisting slot # Looks like everything went fine.