Guest User

Untitled

a guest
Jan 24th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. agent.get(login_url).form_with(action: '/foo/login.do') do |f|
  2. f.username = 'username'
  3. # f.field_with(name: 'username').value = 'username' γ¨η­‰δΎ‘οΌŸ
  4. f.password = 'password'
  5. end.click_button
Add Comment
Please, Sign In to add comment