# File lib/generators/test_unit/templates/clients_controller_test.rb, line 28
  def test_should_query_current_users_client_applications
    @user.expects(:client_applications).returns(@client_applications)
    do_get
  end