Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. post :controller => 'user_authentication', :action=> 'authenticate' , :login => {:username => user.username, :password => 'password'}
  2.  
  3. post 'user_authentication/authenticate' , :login => {:username => user.username, :password => 'password'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement