# File lib/generators/test_unit/templates/clients_controller_test.rb, line 65 def test_should_query_current_users_client_applications @user.expects(:client_applications).returns(@client_applications) @client_applications.expects(:find).with('3').returns(@client_application) do_get end