# File lib/sinatra/async/test.rb, line 69
    def assert_async
      assert last_response.async?, "response not asynchronous. expected a status of -1 got #{last_response.status}"
    end