# File lib/rhc/rest/mock.rb, line 43 def mock_user_auth respond_to?(:user_auth) ? self.user_auth : {:user => username, :password => password} end