Re: [rspec-users] Rails helper problem

2011-05-01 Thread Pablo L. de Miranda
Hi Chris, Thank you for your help, i inclued the UrlHelper on my spec_helper file and it worked. Yes the intent is just check with the link is created. I have other test to asset that with_subdomain build the correct path to subdomain. Thanks, Pablo Lacerda de Miranda pablolmira...@gmail.com +55

Re: [rspec-users] Rails helper problem

2011-05-01 Thread Chris Mear
On 1 May 2011, at 18:29, Pablo L. de Miranda wrote: > I'm building a application using subdomains feature like basecamp. To > create the correct link reference I use a with_subdomain function whch > take the subdmain name and create a subdomain name like > subdomain.mydomain.com. > So to teste tha