Skip to content

Commit

Permalink
new README
Browse files Browse the repository at this point in the history
  • Loading branch information
noxyu3m committed Jan 25, 2011
1 parent f19071b commit f9fdcb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README
Expand Up @@ -25,7 +25,11 @@ rtsung = RTsung.new do

think_time 1..5

request '/signin'
request '/signin', :params => { :uniq => true }

think 5

request '/signin', :method => :POST, :params => { :email => 'test@example.com', :password => 'ov7Feift' }
end
end

Expand Down

0 comments on commit f9fdcb8

Please sign in to comment.