Skip to content

Instantly share code, notes, and snippets.

@koppen
Created March 13, 2015 09:40
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 koppen/0e1d0894a908a3768847 to your computer and use it in GitHub Desktop.
Save koppen/0e1d0894a908a3768847 to your computer and use it in GitHub Desktop.
1) MeetingsController GET show raises
Failure/Error: get :show, {:id => "not a real id"}
ActiveRecord::RecordNotFound:
Couldn't find Meeting with id=not a real id
# ./app/controllers/meetings_controller.rb:25:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment