# File lib/aruba/api.rb, line 147
    def assert_partial_output(partial_output)
      all_output.should include(unescape(partial_output))
    end