Nick Hoffman <[EMAIL PROTECTED]> writes: > Hi guys. I just wrote a small spec helper method to DRY up some of my > specs, and found that passing a URL helper (Eg: #photos_url) to a > method results in a NameError error. I extracted the problem into its > own short spec file to isolate it. Any thoughts on what's going on?: > http://gist.github.com/32060 > > Thanks for your help, > Nick > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users
Check out my attempt: http://gist.github.com/32130 I don't know which one is correct. Pat _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
