search for: account_path

Displaying 1 result from an estimated 1 matches for "account_path".

2013 Mar 07
3
Expected response to be a <:redirect>, but was <200>
Hey i am new to testing on rails and i have the following test written describe ''GET search'' do it ''finds a named account directly'' do get :search, name: ''test'' expect(response).to redirect_to(account_path(''test'')) end I have been getting the following error SystemAccountsController GET search finds a named account directly Failure/Error: expect(response).to redirect_to(account_path(''test'')) Expected response to be a <:redirect>, but was &l...