You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
I would like to test that I am properly capturing the request.referer, but it is nil within my webrat tests. Is there a way to set the referer when using the visit method?
Thx.
Andrew Premdas
unread,
Oct 11, 2009, 2:34:54 PM10/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I would like to test that I am properly capturing the request.referer, but it is nil within my webrat tests. Is there a way to set the referer when using the visit method?
Thx.
Visit the page you want to be the request.referer first !
visit referer
visit page
Andrew
Karl Baum
unread,
Oct 11, 2009, 8:37:08 PM10/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
Good point.. Seems obvious in hindsight.. Oh well :-).