Skip to content

Instantly share code, notes, and snippets.

@jakcharlton
Created October 28, 2010 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakcharlton/650398 to your computer and use it in GitHub Desktop.
Save jakcharlton/650398 to your computer and use it in GitHub Desktop.
1) DestinationsController GET index assigns all destinations as @destinations
Failure/Error: get :index
bad argument(expected URI object or URI string)
# ./spec/requests/destinations_controller.spec:14:in `block (3 levels) in <top (required)>'
@jakcharlton
Copy link
Author

Caused by having Controller test in the request folder!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment