[rspec-users] NameError when passing a URL helper to a method
Nick Hoffman
nick at deadorange.com
Thu Dec 4 17:49:50 EST 2008
On 2008-12-04, at 17:43, Nick Hoffman wrote:
> The only solution that I can think of is to do this:
> before :each do
> @account_url = account_url
> end
> it_should_redirect_to 'the account page', @account_url
Actually, that suggestion above of mine doesn't work. It fails with:
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.rewrite
(eval):17:in `account_url'
I thought of it while writing that last email, but didn't test it
before hitting send.
-Nick
More information about the rspec-users
mailing list