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
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users