# File lib/generators/test_unit/templates/clients_controller_test.rb, line 180
  def test_should_query_current_users_client_applications
    @client_applications.expects(:build).returns(@client_application)
    do_valid_post
  end